Function
Gtktest_accessible_check_state
since: 4.0
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.
Available since: 4.0
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
.