mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
docs: Add missing GTK_ACCESSIBLE_VALUE_UNDEFINED
This commit is contained in:
parent
40b65b2608
commit
9a4458ba33
@ -1368,6 +1368,12 @@ typedef enum {
|
||||
GTK_ACCESSIBLE_STATE_SELECTED
|
||||
} GtkAccessibleState;
|
||||
|
||||
/**
|
||||
* GTK_ACCESSIBLE_VALUE_UNDEFINED:
|
||||
*
|
||||
* An undefined value. The accessible attribute is either unset, or its
|
||||
* value is undefined.
|
||||
*/
|
||||
#define GTK_ACCESSIBLE_VALUE_UNDEFINED (-1)
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user