class Gtk::TreeIter

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

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(pointer : Pointer(Void), transfer : GICrystal::Transfer) #

[View source]
def self.new(data : LibGtk::TreeIter, transfer : GICrystal::Transfer) #

[View source]
def self.new(stamp : Int32 | Nil = nil) #

[View source]

Class Method Detail

def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


[View source]

Instance Method Detail

def ==(other : self) : Bool #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


[View source]
def copy : Gtk::TreeIter #

[View source]
def free : Nil #

[View source]
def stamp : Int32 #

[View source]
def stamp=(value : Int32) #

[View source]
def to_unsafe #

[View source]
def user_data : Pointer(Void) | Nil #

[View source]
def user_data! #

[View source]
def user_data2 : Pointer(Void) | Nil #

[View source]
def user_data2! #

[View source]
def user_data3 : Pointer(Void) | Nil #

[View source]
def user_data3! #

[View source]