|
| enum | Role {
Role::ALERT,
Role::ALERT_DIALOG,
Role::BANNER,
Role::BUTTON,
Role::CAPTION,
Role::CELL,
Role::CHECKBOX,
Role::COLUMN_HEADER,
Role::COMBO_BOX,
Role::COMMAND,
Role::COMPOSITE,
Role::DIALOG,
Role::DOCUMENT,
Role::FEED,
Role::FORM,
Role::GENERIC,
Role::GRID,
Role::GRID_CELL,
Role::GROUP,
Role::HEADING,
Role::IMG,
Role::INPUT,
Role::LABEL,
Role::LANDMARK,
Role::LEGEND,
Role::LINK,
Role::LIST,
Role::LIST_BOX,
Role::LIST_ITEM,
Role::LOG,
Role::MAIN,
Role::MARQUEE,
Role::MATH,
Role::METER,
Role::MENU,
Role::MENU_BAR,
Role::MENU_ITEM,
Role::MENU_ITEM_CHECKBOX,
Role::MENU_ITEM_RADIO,
Role::NAVIGATION,
Role::NONE,
Role::NOTE,
Role::OPTION,
Role::PRESENTATION,
Role::PROGRESS_BAR,
Role::RADIO,
Role::RADIO_GROUP,
Role::RANGE,
Role::REGION,
Role::ROW,
Role::ROW_GROUP,
Role::ROW_HEADER,
Role::SCROLLBAR,
Role::SEARCH,
Role::SEARCH_BOX,
Role::SECTION,
Role::SECTION_HEAD,
Role::SELECT,
Role::SEPARATOR,
Role::SLIDER,
Role::SPIN_BUTTON,
Role::STATUS,
Role::STRUCTURE,
Role::SWITCH,
Role::TAB,
Role::TABLE,
Role::TAB_LIST,
Role::TAB_PANEL,
Role::TEXT_BOX,
Role::TIME,
Role::TIMER,
Role::TOOLBAR,
Role::TOOLTIP,
Role::TREE,
Role::TREE_GRID,
Role::TREE_ITEM,
Role::WIDGET,
Role::WINDOW,
Role::TOGGLE_BUTTON,
Role::APPLICATION,
Role::PARAGRAPH,
Role::BLOCK_QUOTE,
Role::ARTICLE,
Role::COMMENT,
Role::TERMINAL
} |
| | The accessible role for a Gtk::Accessible implementation. More...
|
| |
| enum | State {
State::BUSY,
State::CHECKED,
State::DISABLED,
State::EXPANDED,
State::HIDDEN,
State::INVALID,
State::PRESSED,
State::SELECTED,
State::VISITED
} |
| | The possible accessible states of a Gtk::Accessible. More...
|
| |
| enum | Property {
Property::AUTOCOMPLETE,
Property::DESCRIPTION,
Property::HAS_POPUP,
Property::KEY_SHORTCUTS,
Property::LABEL,
Property::LEVEL,
Property::MODAL,
Property::MULTI_LINE,
Property::MULTI_SELECTABLE,
Property::ORIENTATION,
Property::PLACEHOLDER,
Property::READ_ONLY,
Property::REQUIRED,
Property::ROLE_DESCRIPTION,
Property::SORT,
Property::VALUE_MAX,
Property::VALUE_MIN,
Property::VALUE_NOW,
Property::VALUE_TEXT,
Property::HELP_TEXT
} |
| | The possible accessible properties of a Gtk::Accessible. More...
|
| |
| enum | Relation {
Relation::ACTIVE_DESCENDANT,
Relation::COL_COUNT,
Relation::COL_INDEX,
Relation::COL_INDEX_TEXT,
Relation::COL_SPAN,
Relation::CONTROLS,
Relation::DESCRIBED_BY,
Relation::DETAILS,
Relation::ERROR_MESSAGE,
Relation::FLOW_TO,
Relation::LABELLED_BY,
Relation::OWNS,
Relation::POS_IN_SET,
Relation::ROW_COUNT,
Relation::ROW_INDEX,
Relation::ROW_INDEX_TEXT,
Relation::ROW_SPAN,
Relation::SET_SIZE,
Relation::LABEL_FOR,
Relation::DESCRIPTION_FOR,
Relation::CONTROLLED_BY,
Relation::DETAILS_FOR,
Relation::ERROR_MESSAGE_FOR,
Relation::FLOW_FROM
} |
| | The possible accessible relations of a Gtk::Accessible. More...
|
| |
| enum | PlatformState {
PlatformState::FOCUSABLE,
PlatformState::FOCUSED,
PlatformState::ACTIVE
} |
| | The various platform states which can be queried using Gtk::Accessible::get_platform_state(). More...
|
| |
| enum | AnnouncementPriority {
AnnouncementPriority::LOW,
AnnouncementPriority::MEDIUM,
AnnouncementPriority::HIGH
} |
| | The priority of an accessibility announcement. More...
|
| |
| | Accessible () |
| | You should derive from this class to use it. More...
|
| |
Represents a link (a uri).
A widget that contains one or more links should implement the Gtk::AccessibleHypertext interface and return Gtk::AccessibleHyperlink objects for each of the links.
- Since gtkmm 4.22: