Method
Gtk WidgetPathappend_for_widget
since: 3.2
Declaration [src]
gint
gtk_widget_path_append_for_widget(
GtkWidgetPath*path,
GtkWidget*widget
)
Description [src]
Appends the data from widget to the widget hierarchy represented
by path. This function is a shortcut for adding information from
widget to the given path. This includes setting the name or
adding the style classes from widget.
Available since: 3.2
Parameters
widget-
Type:
GtkWidgetThe widget to append to the widget path.
The data is owned by the caller of the method.
Return value
Type: gint
The position where the data was inserted.