Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
atk
Commits
676ae11a
Commit
676ae11a
authored
Aug 02, 2020
by
Samuel Thibault
Browse files
Add missing ATK_STATE_COLLAPSED
At-spi2-core has ATSPI_STATE_COLLAPSED, and java-atk-wrapper is actually missing it.
parent
dbe95f61
Changes
1
Hide whitespace changes
Inline
Side-by-side
atk/atkstate.h
View file @
676ae11a
...
...
@@ -141,6 +141,7 @@ G_BEGIN_DECLS
* widget does not include modification by the user, as is the case with
* labels and containers, ATK_STATE_READ_ONLY should not be applied. See also
* ATK_STATE_EDITABLE. @Since: ATK-2-16
*@ATK_STATE_COLLAPSED: Indicates this object is collapsed. @Since: ATK-2.38
*@ATK_STATE_LAST_DEFINED: Not a valid state, used for finding end of enumeration
*
*The possible types of states of an object
...
...
@@ -190,6 +191,7 @@ typedef enum
ATK_STATE_HAS_POPUP
,
ATK_STATE_HAS_TOOLTIP
,
ATK_STATE_READ_ONLY
,
ATK_STATE_COLLAPSED
,
ATK_STATE_LAST_DEFINED
}
AtkStateType
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment