Function
Gtktest_accessible_check_property
Declaration [src]
char*
gtk_test_accessible_check_property (
GtkAccessible* accessible,
GtkAccessibleProperty property,
...
)
Description [src]
Checks whether the accessible property
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. property
-
Type:
GtkAccessibleProperty
A
GtkAccessibleProperty
. ...
-
Type:
The expected value of
property
.