MenuToolButton.this

Creates a new GtkMenuToolButton using icon_widget as icon and label as label. Since 2.6

  1. this(GtkMenuToolButton* gtkMenuToolButton)
  2. this(StockID stockId)
  3. this(Widget iconWidget, string label)
    class MenuToolButton
    this
  4. this(string stockId)

Parameters

iconWidget Widget

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

label string

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

Throws

ConstructionException GTK+ fails to create the object.

Meta