enum Gtk::AccessibleTristate

Overview

The possible values for the %GTK_ACCESSIBLE_STATE_PRESSED accessible state.

Note that the %GTK_ACCESSIBLE_TRISTATE_FALSE and %GTK_ACCESSIBLE_TRISTATE_TRUE have the same values as false and true.

Defined in:

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

Enum Members

False = 0_u32

The state is false

True = 1_u32

The state is true

Mixed = 2_u32

The state is mixed

Class Method Summary

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Class Method Detail

def self.g_type : UInt64 #

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


[View source]

Instance Method Detail

def false? #

[View source]
def mixed? #

[View source]
def true? #

[View source]