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