Method

GntButtonget_text

since: 2.14

Declaration [src]

const gchar*
gnt_button_get_text (
  GntButton* button
)

Description [src]

Get the text of a button.

Available since: 2.14

Return value

Type: const gchar*

The text for the button.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.