MenuToolButton.this

Creates a new #GtkMenuToolButton using icon_widget as icon and label as label.

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

Parameters

iconWidget gtk.widget.Widget

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

label string

a string that will be used as label, or null

Return Value

the new #GtkMenuToolButton