Method

GtkMenuButtonget_icon_name

Declaration [src]

const char*
gtk_menu_button_get_icon_name (
  GtkMenuButton* menu_button
)

Description [src]

Gets the name of the icon shown in the button.

Return value

Type: const char*

The name of the icon shown in the button.

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