Gtk.ToolButton Members

The members of Gtk.ToolButton are listed below.

See Also: Inherited members from Gtk.ToolItem

Public Constructors

Constructor for internal use only.
Public constructor that uses a stock item.
Public constructor

Protected Constructors

Protected constructor.

Public Properties

[read-only]
static
GTypeGLib.GType. The GLib.GType of this object.
IconNamestring. Accesses the icon as a name in an Icon theme.
IconWidgetWidget. The icon for this button, in widget form.
Labelstring. The label for this button.
LabelWidgetWidget. The label for this button in widget form.
StockIdstring. If this is a stock item, the ID for the stock item.
UseUnderlinebool. Whether the button label has the form "_Open".

Protected Methods

OnClicked()
Default handler for the ToolButton.Clicked event.

Public Events

ClickedThis signal is emitted when the tool button is clicked with the mouse or activated with the keyboard.