Package: gtk

Interface gtk:tree-sortable

Superclasses

gobject:object, common-lisp:standard-object, common-lisp:t

Documented Subclasses

Direct 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.

Warning

The gtk:tree-sortable implementation is deprecated since 4.10. There is no replacement for this interface. You should use the gtk:sort-list-model implementation to wrap your list model instead.

Signal Details

The "sort-column-changed" signal
 lambda (sortable)    : Run Last      
sortable
The gtk:tree-sortable object on which the signal is emitted.
The 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 Functions

See also

2024-5-9