Crate accesskit_atspi_common

source ·

Modules§

  • API that corresponds more closely to the libatspi client API, intended to be used by bindings to languages with less rich type systems.

Structs§

Enums§

  • The coordinate type encodes the frame of reference.
  • Indicates relative stacking order of a atspi_proxies::component::ComponentProxy with respect to the onscreen visual representation of the UI.
  • An accessible object role. To think of it in terms of HTML, any semantic element likely has a corollary in this enum. For example: <button>, <input>, <form> or <h4>. Non-semantic elements like <span>, <div> and <b> will not be represented here, and this information is not passed through via the atspi library. TODO: add examples for GTK/Qt libraries in addition to HTML examples.
  • Used by various interfaces indicating every possible state of an accessibility object.

Traits§

Functions§

  • If you use this function, you must ensure that only one adapter at a time has a given ID.

Type Aliases§