MenuToolButton.this

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

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

Parameters

iconWidget Widget

a widget that will be used as icon widget, or NULL

label string

a string that will be used as label, or NULL

Throws

ConstructionException GTK+ fails to create the object.

Meta