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::Object
toself
, throws aTypeCastError
if the cast can't be made.
Class Method Summary
Instance Method Summary
- #default_sort_func=(sort_func : Gtk::TreeIterCompareFunc) : Nil
- #has_default_sort_func : Bool
- #set_sort_column_id(sort_column_id : Int32, order : Gtk::SortType) : Nil
- #set_sort_func(sort_column_id : Int32, sort_func : Gtk::TreeIterCompareFunc) : Nil
- #sort_column_changed : Nil
- #sort_column_changed_signal
- #sort_column_id(sort_column_id : Int32, order : Gtk::SortType) : Bool
- #to_unsafe
Constructor Detail
Cast a GObject::Object
to self
, throws a TypeCastError
if the cast can't be made.