mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
gtk_a11y: Add new state and property
This commit is contained in:
parent
b9910db849
commit
1e9b01bab9
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,7 @@ def get_property_types(gir: gir.GirContext) -> T.Dict[str, T.Optional[GirType]]:
|
||||||
"autocomplete": gir.get_type("AccessibleAutocomplete", "Gtk"),
|
"autocomplete": gir.get_type("AccessibleAutocomplete", "Gtk"),
|
||||||
"description": StringType(),
|
"description": StringType(),
|
||||||
"has-popup": BoolType(),
|
"has-popup": BoolType(),
|
||||||
|
"help-text": StringType(),
|
||||||
"key-shortcuts": StringType(),
|
"key-shortcuts": StringType(),
|
||||||
"label": StringType(),
|
"label": StringType(),
|
||||||
"level": IntType(),
|
"level": IntType(),
|
||||||
|
@ -86,6 +87,7 @@ def get_state_types(gir: gir.GirContext) -> T.Dict[str, T.Optional[GirType]]:
|
||||||
"invalid": gir.get_type("AccessibleInvalidState", "Gtk"),
|
"invalid": gir.get_type("AccessibleInvalidState", "Gtk"),
|
||||||
"pressed": gir.get_type("AccessibleTristate", "Gtk"),
|
"pressed": gir.get_type("AccessibleTristate", "Gtk"),
|
||||||
"selected": BoolType(),
|
"selected": BoolType(),
|
||||||
|
"visited": BoolType(),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue