Package: gtk

GEnum gtk:accessible-platform-state

Declaration

(gobject:define-genum "GtkAccessiblePlatformState" accessible-platform-state
  (:export t
   :type-initializer "gtk_accessible_platform_state_get_type")
  (:focusable 0)
  (:focused 1)
  (:active 2))  

Values

:focusable
Whether the accessible can be focused.
:focused
Whether the accessible has focus.
:active
Whether the accessible is active.

Details

The various platform states which can be queried using the gtk:accessible-platform-state function.

Since 4.10
 

See also

2024-5-8