ToolButton.this

Creates a new #GtkToolButton using icon_widget as contents and label as label.

  1. this(void* ptr, Flag!"Take" take)
  2. this(gtk.widget.Widget iconWidget, string label)
    class ToolButton
    this
    (,
    string label = null
    )

Parameters

iconWidget gtk.widget.Widget

a widget that will be used as the button contents, or null

label string

a string that will be used as label, or null

Return Value

A new #GtkToolButton