Method

GtkToolButtonget_icon_name

since: 2.8

Declaration [src]

const gchar*
gtk_tool_button_get_icon_name (
  GtkToolButton* button
)

Description [src]

Returns the name of the themed icon for the tool button, see gtk_tool_button_set_icon_name().

Available since: 2.8

Return value

Type: const gchar*

The icon name or NULL if the tool button has no themed icon.

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