class Gtk::TreeIter
- Gtk::TreeIter
- Reference
- Object
Overview
The Gtk::TreeIter
is the primary structure
for accessing a Gtk::TreeModel
. Models are expected to put a unique
integer in the @stamp member, and put
model-specific data in the three @user_data
members.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/tree_iter.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(data : LibGtk::TreeIter, transfer : GICrystal::Transfer)
- .new(stamp : Int32? = nil)
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#==(other : self) : Bool
Returns
true
if this reference is the same as other. - #copy : Gtk::TreeIter
- #free : Nil
- #stamp : Int32
- #stamp=(value : Int32)
- #to_unsafe
- #user_data : Pointer(Void)?
- #user_data!
- #user_data2 : Pointer(Void)?
- #user_data2!
- #user_data3 : Pointer(Void)?
- #user_data3!
Constructor Detail
Class Method Detail
Instance Method Detail
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.