module Gtk::TreeSortable
 
  Overview
The interface for sortable models used by Gtk::TreeView
Gtk::TreeSortable is an interface to be implemented by tree models which
support sorting. The Gtk::TreeView uses the methods provided by this interface
to sort the model.
Direct including types
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/tree_sortable.crConstructors
- 
        .cast(obj : GObject::Object) : self
        
          Cast a GObject::Objecttoself, throws aTypeCastErrorif the cast can't be made.
Class Method Summary
Instance Method Summary
- 
        #default_sort_func=(sort_func : Gtk::TreeIterCompareFunc) : Nil
        
          DEPRECATED 
- 
        #has_default_sort_func : Bool
        
          DEPRECATED 
- 
        #set_sort_column_id(sort_column_id : Int32, order : Gtk::SortType) : Nil
        
          DEPRECATED 
- 
        #set_sort_func(sort_column_id : Int32, sort_func : Gtk::TreeIterCompareFunc) : Nil
        
          DEPRECATED 
- 
        #sort_column_changed : Nil
        
          DEPRECATED 
- #sort_column_changed_signal
- 
        #sort_column_id(sort_column_id : Int32, order : Gtk::SortType) : Bool
        
          DEPRECATED 
- #to_unsafe