Gnome::Gtk4::T-accessible
Table of Contents
Class initialization§
new§
Initialization of a type class is simple and only needed when the standalone functions are used.
method new ( )
Code
Record N-AccessibleList§
This is an opaque type of which fields are not available.
class N-AccessibleList:auth<github:MARTIMM>:api<2> is export is repr('CStruct') { }
Code
Enumerations§
GtkAccessiblePlatformState§
The various platform states which can be queried using .get-platform-state().
- GTK_ACCESSIBLE_PLATFORM_STATE_FOCUSABLE; whether the accessible can be focused
- GTK_ACCESSIBLE_PLATFORM_STATE_FOCUSED; whether the accessible has focus
- GTK_ACCESSIBLE_PLATFORM_STATE_ACTIVE; whether the accessible is active
Standalone Functions§
accessible-property-init-value§
No documentation of method.
method accessible-property-init-value ( GtkAccessibleProperty $property, N-Object $value )
Code
- $property; .
- $value;
accessible-relation-init-value§
No documentation of method.
method accessible-relation-init-value ( GtkAccessibleRelation $relation, N-Object $value )
Code
- $relation; .
- $value;
accessible-state-init-value§
No documentation of method.
method accessible-state-init-value ( GtkAccessibleState $state, N-Object $value )
Code
- $state; .
- $value;
About my projects, examples and tutorials