Function
Gtktest_accessible_check_property
since: 4.0
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.
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. property
-
Type:
GtkAccessibleProperty
A
GtkAccessibleProperty
...
-
Type:
The expected value of
property
.