Inheritance diagram for Button:
Public Member Functions | |
this () | |
creates a new button | |
this (char[] label) | |
creates a new button with a label | |
this (Stock stockID) | |
Creates a bitton from the stock of predefined buttons. | |
this (Stock stockID, bit hideLabel) | |
Creates a bitton from the stock of predefined buttons. | |
char[] | getLabel () |
Gets the label text for this button. | |
void | setRelief (ReliefStyle newstyle) |
Sets the relief style of the edges for this button. | |
void | gtk_button_pressed (GtkButton *button) |
not implemented use Dispatcher to listen to events | |
void | gtk_button_released (GtkButton *button) |
not implemented use Dispatcher to listen to events | |
void | gtk_button_clicked (GtkButton *button) |
not implemented use Dispatcher to listen to events | |
void | gtk_button_enter (GtkButton *button) |
not implemented use Dispatcher to listen to events | |
void | gtk_button_leave (GtkButton *button) |
not implemented use Dispatcher to listen to events | |
ReliefStyle | getRelief () |
Gets the current relief style. | |
void | setLabel (char[] label) |
Sets the label text for this buttons. | |
void | setUseUnderline (gboolean use_underline) |
If true, an underline in the text of the button label indicates the next character should be used for the mnemonic accelerator key. | |
bit | getUseUnderline () |
Returns whether an embedded underline in the button label indicates a mnemonic. | |
void | setUseStock (gboolean use_stock) |
If true, the label set on the button is used as a stock id to select the stock item for the button. | |
bit | getUseStock () |
Returns whether the button label is a stock item. |
|
Gets the label text for this button.
|
|
Gets the current relief style.
|
|
Returns whether the button label is a stock item.
|
|
Returns whether an embedded underline in the button label indicates a mnemonic.
|
|
not implemented use Dispatcher to listen to events
|
|
not implemented use Dispatcher to listen to events
|
|
not implemented use Dispatcher to listen to events
|
|
not implemented use Dispatcher to listen to events
|
|
not implemented use Dispatcher to listen to events
|
|
Sets the label text for this buttons.
|
|
Sets the relief style of the edges for this button. Three styles exist, GTK_RELIEF_NORMAL, GTK_RELIEF_HALF, GTK_RELIEF_NONE. The default style is, as one can guess, GTK_RELIEF_NORMAL.
|
|
If true, the label set on the button is used as a stock id to select the stock item for the button.
|
|
If true, an underline in the text of the button label indicates the next character should be used for the mnemonic accelerator key.
|
|
Creates a bitton from the stock of predefined buttons.
|
|
Creates a bitton from the stock of predefined buttons.
|
|
creates a new button with a label
Reimplemented in CheckButton, and ToggleButton. |
|
creates a new button
Reimplemented in CheckButton, OptionMenu, and ToggleButton. |