enum Gtk::AccessibleState
 
  Overview
The possible accessible states of a #Accessible.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/gtk.crEnum Members
- 
        Busy = 
0_u32 - 
        
A “busy” state. This state has boolean values
 - 
        Checked = 
1_u32 - 
        
A “checked” state; indicates the current state of a
#CheckButton. Value type:#AccessibleTristate - 
        Disabled = 
2_u32 - 
        
A “disabled” state; corresponds to the
Widget::sensitiveproperty. It indicates a UI element that is perceivable, but not editable or operable. Value type: boolean - 
        Expanded = 
3_u32 - 
        
An “expanded” state; corresponds to the
Expander::expandedproperty. Value type: boolean or undefined - 
        Hidden = 
4_u32 - 
        
A “hidden” state; corresponds to the
Widget::visibleproperty. You can use this state explicitly on UI elements that should not be exposed to an assistive technology. Value type: boolean See also: %GTK_ACCESSIBLE_STATE_DISABLED - 
        Invalid = 
5_u32 - 
        
An “invalid” state; set when a widget is showing an error. Value type:
#AccessibleInvalidState - 
        Pressed = 
6_u32 - 
        
A “pressed” state; indicates the current state of a
#ToggleButton. Value type:#AccessibleTristateenumeration - 
        Selected = 
7_u32 - 
        
A “selected” state; set when a widget is selected. Value type: boolean or undefined
 - 
        Visited = 
8_u32 - 
        
Indicates that a widget with the GTK_ACCESSIBLE_ROLE_LINK has been visited. Value type: boolean.
 
Class Method Summary
- 
        .g_type : UInt64
        
          
Returns the type id (GType) registered in GLib type system.