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
constructorsfunctionsmixinsstatic functionsvariables
Creates a new GtkButton containing the image and text from a stock item. Some stock ids have preprocessor macros like GTK_STOCK_OK and GTK_STOCK_APPLY. If stock_id is unknown, then it will be treated as a mnemonic label (as for gtk_button_new_with_mnemonic()).