Package: gtk
Class gtk-tree-store
Superclassesgtk-buildable, gtk-tree-drag-dest, gtk-tree-drag-source, gtk-tree-model, gtk-tree-sortable, g-object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct Slots
None
Details The gtk-tree-store object is a list model for use with a gtk-tree-view widget. It implements the gtk-tree-model interface, and consequentialy, can
use all of the methods available there. It also implements the gtk-tree-sortable interface so it can be sorted by the tree view.
Finally, it also implements the tree drag and drop interfaces. GtkTreeStore as GtkBuildableExample: A UI Definition fragment for a tree store <object class="GtkTreeStore"> <columns> <column type="gchararray"/> <column type="gchararray"/> <column type="gint"/> </columns> </object> | Inherited Slot Access FunctionsSee also |
2021-3-3