enum Gtk::AccessibleInvalidState

Overview

The possible values for the %GTK_ACCESSIBLE_STATE_INVALID accessible state.

Note that the %GTK_ACCESSIBLE_INVALID_FALSE and %GTK_ACCESSIBLE_INVALID_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

There are no detected errors in the value

True = 1_u32

The value entered by the user has failed validation

Grammar = 2_u32

A grammatical error was detected

Spelling = 3_u32

A spelling error was detected

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 grammar? #

[View source]
def spelling? #

[View source]
def true? #

[View source]