Package: gtk
Interface gtk:tree-sortable
Superclassesgobject:object, common-lisp:standard-object, common-lisp:t Documented SubclassesDirect Slots
None
Details The gtk:tree-sortable interface is an interface to be implemented
by tree models which support sorting. The gtk:tree-view widget uses the methods provided by this interface
to sort the model. Signal DetailsThe "sort-column-changed" signallambda (sortable) : Run LastThe signal is emitted when the sort column or sort order of sortable is changed. The signal is emitted before the contents of sortable are resorted.
| Inherited Slot Access FunctionsSee also |
#2023-3-28