Package: gtk

Interface gtk-tree-sortable

Superclasses

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

Signal Details

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

Inherited Slot Access Functions

See also

2021-3-5