Package: gtk
Function gtk-widget-path-iter-object-type
Lambda Listgtk-widget-path-iter-object-type (path pos) SyntaxArgumentsDetails
Accessor of the object type. The gtk-widget-path-iter-object-type function returns the g-type type of the object that is at position pos in the widget hierarchy defined in path. The (setf gtk-widget-path-iter-object-type) function sets the object type. Example
(setq widget (make-instance 'gtk-button))
=> #<GTK-BUTTON {10027EB373}>
(gtk-widget-path-iter-object-type (gtk-widget-path *) -1)
=> #<GTYPE :name "GtkButton" :id 23267040> | See also |
2021-11-27