Function
Gtktest_accessible_check_relation
Declaration [src]
char*
gtk_test_accessible_check_relation (
GtkAccessible* accessible,
GtkAccessibleRelation relation,
...
)
Description [src]
Checks whether the accessible relation
of accessible
is set to
a specific value.
This function is not directly available to language bindings.
Parameters
accessible
-
Type:
GtkAccessible
A
GtkAccessible
.The data is owned by the caller of the function. relation
-
Type:
GtkAccessibleRelation
A
GtkAccessibleRelation
. ...
-
Type:
The expected value of
relation
.