Package: gtk

Function gtk-widget-path-append-for-widget

Lambda List

gtk-widget-path-append-for-widget (path widget)

Arguments

path -- a gtk-widget-path instance
widget -- a gtk-widget object to append to the widget path

Return Value

An integer with the position where the data was inserted.

Details

Appends the data from widget to the widget hierarchy represented by path. This function is a shortcut for adding information from a widget to the given path. This includes setting the name or adding the style classes from a widget.
 

See also

2021-11-27