Functions
gnt_button_get_gtype ()
GType
gnt_button_get_gtype (void
);
Returns
GType for Gntbutton
gnt_button_new ()
GntWidget *
gnt_button_new (const char *text
);
Create a new button.
Returns
The newly created button.
gnt_button_set_text ()
void
gnt_button_set_text (GntButton *button
,
const gchar *text
);
Set the text of a button.
Since: 2.14.0
gnt_button_get_text ()
const gchar *
gnt_button_get_text (GntButton *button
);
Get the text of a button.
Returns
The text for the button.
Since: 2.14.0