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.

Return value

Type: char*

The value of the accessible state.

The caller of the function takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.