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