struct Gtk::AccessibleTextRange

Overview

A range inside the text of an accessible object.

Defined in:

lib/gi-crystal/src/auto/gtk-4.0/accessible_text_range.cr

Constructors

Instance Method Summary

Constructor Detail

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

def self.new(data : LibGtk::AccessibleTextRange, _transfer : GICrystal::Transfer) #

def self.new(start : UInt64 | Nil = nil, length : UInt64 | Nil = nil) #

Instance Method Detail

def ==(other : self) : Bool #

def length(*args, **options) #

def length(*args, **options, &) #

def length=(arg) #

def start(*args, **options) #

def start(*args, **options, &) #

def start=(arg) #