Method

GtkToolButtonget_label

since: 2.4

Declaration [src]

const gchar*
gtk_tool_button_get_label (
  GtkToolButton* button
)

Description [src]

Returns the label used by the tool button, or NULL if the tool button doesn’t have a label. or uses a the label from a stock item. The returned string is owned by GTK+, and must not be modified or freed.

Available since: 2.4

Gets propertyGtk.ToolButton:label

Return value

Type: const gchar*

The label, or NULL.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.