Package: gtk

GBoxed gtk:tree-path

Declaration

(glib:define-gboxed-opaque tree-path "GtkTreePath"
  :export t
  :type-initializer "gtk_tree_path_get_type"
  :alloc (%tree-path-new))  

Details

An opaque structure representing a path to a row in a model.

Warning

The gtk:tree-path implementation is deprecated since 4.10. Please do not use it in newly written code.
 

Returned by

See also

2025-1-11