Button.this
- this(GtkButton* gtkButton, bool ownedRef)
- this(string label, bool mnemonic)
- this(StockID stockID, bool hideLabel)
- this(StockID stockID, void delegate(Button) dlg, bool hideLabel)
- this(string label, void delegate(Button) dlg, bool mnemonic)
- this(string label, void delegate(Button) dlg, string action)
- this()
- this(string iconName, GtkIconSize size)
gtk Button Button
constructorsfunctionsstatic functionsvariables
Creates a new button containing an icon from the current icon theme.
If the icon name isn’t known, a “broken image” icon will be displayed instead. If the current icon theme is changed, the icon will be updated appropriately.
This function is a convenience wrapper around Button.new and Button.setImage.