| Top |
| GType | gnt_button_get_gtype () |
| GntWidget * | gnt_button_new () |
| void | gnt_button_set_text () |
| const gchar * | gnt_button_get_text () |
void gnt_button_set_text (GntButton *button,const gchar *text);
Set the text of a button.
Since: 2.14.0
const gchar *
gnt_button_get_text (GntButton *button);
Get the text of a button.
Since: 2.14.0