ToolButton.this

Creates a new GtkToolButton using icon_widget as contents and label as label. Since 2.4

  1. this(GtkToolButton* gtkToolButton)
  2. this(StockID stockID)
  3. this(Widget iconWidget, string label)
    class ToolButton
    this
  4. this(string stockId)

Parameters

label string

a string that will be used as label, or NULL. [allow-none]

iconWidget Widget

a widget that will be used as the button contents, or NULL. [allow-none]

Throws

ConstructionException GTK+ fails to create the object.

Meta