Package: gtk
Class gtk:tree-list-row-sorter
Superclassesgtk:sorter, gobject:object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct SlotsDetails The gtk:tree-list-row-sorter object is a special-purpose sorter that
will apply a given sorter to the levels in a tree, while respecting the tree
structure. Examplescolumn_sorter = gtk_column_view_get_sorter (view); sorter = gtk_tree_list_row_sorter_new (g_object_ref (column_sorter)); sort_model = gtk_sort_list_model_new (tree_model, sorter); selection = gtk_single_selection_new (sort_model); gtk_column_view_set_model (view, G_LIST_MODEL (selection)); | Returned bySlot Access FunctionsInherited Slot Access FunctionsSee also |
#2023-9-10