Package: gtk

GEnum gtk:accessible-property

Declaration

(gobject:define-genum "GtkAccessibleProperty" accessible-property
  (:export t
   :type-initializer "gtk_accessible_property_get_type")
  :autocomplete
  :description
  :has-popup
  :key-shortcuts
  :label
  :level
  :modal
  :multi-line
  :multi-selectable
  :orientation
  :placeholder
  :read-only
  :required
  :role-description
  :sort
  :value-max
  :value-min
  :value-now
  :value-text
  :help-text)  

Values

:auto-complete
Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for a combobox, searchbox, or textbox and specifies how predictions would be presented if they were made. Value type: gtk:accessible-autocomplete enumeration
:description
Defines a string value that describes or annotates the current element. Value type: string
:has-popup
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
:key-shortcuts
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Value type: string
:label
Defines a string value that labels the current element. Value type: string
:level
Defines the hierarchical level of an element within a structure. Value type: integer
:modal
Indicates whether an element is modal when displayed. Value type: boolean
:multi-line
Indicates whether a text box accepts multiple lines of input or only a single line. Value type: boolean
:multi-selectable
Indicates that the user may select more than one item from the current selectable descendants. Value type: boolean
:orientation
Indicates whether the orientation of the element is horizontal, vertical, or unknown/ambiguous. Value type: gtk:orientation enumeration
:placeholder
Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format. Value type: string
:read-only
Indicates that the element is not editable, but is otherwise operable. Value type: boolean
:required
Indicates that user input is required on the element before a form may be submitted. Value type: boolean
:role-description
Defines a human-readable, author-localized description for the role of an element. Value type: string
:sort
Indicates if items in a table or grid are sorted in ascending or descending order. Possible property values are in the gtk:accessible-sort enumeration. Value type: gtk:accessible-sort enumeration
:value-max
Defines the maximum allowed value for a range widget. Value type: double
:value-min
Defines the minimum allowed value for a range widget. Value type: double
:value-now
Defines the current value for a range widget. Value type: double
:value-text
Defines the human readable text alternative of aria-valuenow for a range widget. Value type: string
:help-text
Defines a string value that provides a description of non-standard keyboard interactions of the current element. Value type: string. Since 4.16

Details

The possible accessible properties of a gtk:accessible widget.
 

See also

2024-10-13