forked from AuroraMiddleware/gtk
docs: Update a11y docs
Add some missing functions.
This commit is contained in:
parent
cbc6244bc5
commit
81c8a2bb4b
@ -88,25 +88,6 @@ GtkAccelLabelPrivate
|
|||||||
gtk_accel_label_get_type
|
gtk_accel_label_get_type
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
|
||||||
<FILE>gtkaccessible</FILE>
|
|
||||||
<TITLE>GtkAccessible</TITLE>
|
|
||||||
GtkAccessible
|
|
||||||
gtk_accessible_get_widget
|
|
||||||
gtk_accessible_set_widget
|
|
||||||
|
|
||||||
<SUBSECTION Standard>
|
|
||||||
GTK_ACCESSIBLE
|
|
||||||
GTK_TYPE_ACCESSIBLE
|
|
||||||
GTK_ACCESSIBLE_CLASS
|
|
||||||
GTK_ACCESSIBLE_GET_CLASS
|
|
||||||
GTK_IS_ACCESSIBLE
|
|
||||||
GTK_IS_ACCESSIBLE_CLASS
|
|
||||||
<SUBSECTION Private>
|
|
||||||
GtkAccessiblePrivate
|
|
||||||
gtk_accessible_get_type
|
|
||||||
</SECTION>
|
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gtkadjustment</FILE>
|
<FILE>gtkadjustment</FILE>
|
||||||
<TITLE>GtkAdjustment</TITLE>
|
<TITLE>GtkAdjustment</TITLE>
|
||||||
@ -7659,7 +7640,18 @@ GtkAccessible
|
|||||||
GtkAccessibleRole
|
GtkAccessibleRole
|
||||||
GtkAccessibleState
|
GtkAccessibleState
|
||||||
GtkAccessibleProperty
|
GtkAccessibleProperty
|
||||||
|
GtkAccessibleRelation
|
||||||
|
GtkAccessibleTristate
|
||||||
|
GtkAccessibleInvalidState
|
||||||
|
GtkAccessibleAutocomplete
|
||||||
|
GtkAccessibleSort
|
||||||
gtk_accessible_update_state
|
gtk_accessible_update_state
|
||||||
|
gtk_accessible_update_state_value
|
||||||
|
gtk_accessible_update_property
|
||||||
|
gtk_accessible_update_property_value
|
||||||
|
gtk_accessible_update_relation
|
||||||
|
gtk_accessible_update_relation_value
|
||||||
|
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GTK_TYPE_ACCESSIBLE
|
GTK_TYPE_ACCESSIBLE
|
||||||
GTK_TYPE_ACCESSIBLE_PROPERTY
|
GTK_TYPE_ACCESSIBLE_PROPERTY
|
||||||
|
@ -28,8 +28,8 @@
|
|||||||
* “AT”. Every accessible implementation has:
|
* “AT”. Every accessible implementation has:
|
||||||
*
|
*
|
||||||
* - a “role”, represented by a value of the #GtkAccessibleRole enumeration
|
* - a “role”, represented by a value of the #GtkAccessibleRole enumeration
|
||||||
* - a “state”, represented by a set of #GtkAccessibleState and
|
* - a “state”, represented by a set of #GtkAccessibleState,
|
||||||
* #GtkAccessibleProperty values
|
* #GtkAccessibleProperty and #GtkAccessibleRelation values
|
||||||
*
|
*
|
||||||
* The role cannot be changed after instantiating a #GtkAccessible
|
* The role cannot be changed after instantiating a #GtkAccessible
|
||||||
* implementation.
|
* implementation.
|
||||||
|
Loading…
Reference in New Issue
Block a user