Method
GtkToolButtonget_icon_widget
since: 2.4
Declaration [src]
GtkWidget*
gtk_tool_button_get_icon_widget (
GtkToolButton* button
)
Description [src]
Return the widget used as icon widget on button
.
See gtk_tool_button_set_icon_widget().
Available since: 2.4
Gets property | Gtk.ToolButton:icon-widget |
Return value
Type: GtkWidget
The widget used as icon
on button
, or NULL
.
The returned data is owned by the instance. |
The return value can be NULL . |