struct Gtk::AccessibleTextRange
- Gtk::AccessibleTextRange
- Struct
- Value
- Object
Overview
A range inside the text of an accessible object.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/accessible_text_range.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(data : LibGtk::AccessibleTextRange, _transfer : GICrystal::Transfer)
- .new(start : UInt64 | Nil = nil, length : UInt64 | Nil = nil)
Instance Method Summary
- #==(other : self) : Bool
- #length(*args, **options)
- #length(*args, **options, &)
- #length=(arg)
- #start(*args, **options)
- #start(*args, **options, &)
- #start=(arg)