module Gtk::AccessibleRange

Overview

An interface for accessible objects containing a numeric value.

Gtk::AccessibleRange describes ranged controls for Assistive Technologies.

Ranged controls have a single value within an allowed range that can optionally be changed by the user.

This interface is expected to be implemented by controls using the following roles:

If that is not the case, a warning will be issued at run time.

In addition to this interface, its implementers are expected to provide the correct values for the following properties:

Direct including types

Defined in:

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

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.cast(obj : GObject::Object) : self #

Cast a GObject::Object to self, throws a TypeCastError if the cast can't be made.


Class Method Detail

def self.cast?(obj : GObject::Object) : self | Nil #

def self.g_type : UInt64 #

Instance Method Detail

abstract def to_unsafe #