class Gtk::TreePath
- Gtk::TreePath
- Reference
- Object
Overview
An opaque structure representing a path to a row in a model.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/tree_path.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
-
.new_from_indices(indices : Enumerable(Int32)) : self
DEPRECATED
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
- .new_from_indices(*indices : Int32)
-
.new_from_string(path : String) : self | Nil
DEPRECATED
Instance Method Summary
-
#append_index(index_ : Int32) : Nil
DEPRECATED
-
#compare(b : Gtk::TreePath) : Int32
DEPRECATED
-
#copy : Gtk::TreePath
DEPRECATED
-
#depth : Int32
DEPRECATED
-
#down : Nil
DEPRECATED
- #finalize
-
#free : Nil
DEPRECATED
-
#indices : Enumerable(Int32) | Nil
DEPRECATED
-
#is_ancestor(descendant : Gtk::TreePath) : Bool
DEPRECATED
-
#is_descendant(ancestor : Gtk::TreePath) : Bool
DEPRECATED
-
#next : Nil
DEPRECATED
-
#prepend_index(index_ : Int32) : Nil
DEPRECATED
-
#prev : Bool
DEPRECATED
-
#to_string : String | Nil
DEPRECATED
- #to_unsafe : Pointer(Void)
-
#up : Bool
DEPRECATED