Method

GntButtonset_text

since: 2.14

Declaration [src]

void
gnt_button_set_text (
  GntButton* button,
  const gchar* text
)

Description [src]

Set the text of a button.

Available since: 2.14

Parameters

text

Type: const gchar*

The text for the button.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.