get_platform_state


Description:

[ Version ( since = "4.10" ) ]
public abstract bool get_platform_state (AccessiblePlatformState state)

Query a platform state, such as focus.

See gtk_accessible_platform_changed.

This functionality can be overridden by `GtkAccessible` implementations, e.g. to get platform state from an ignored child widget, as is the case for `GtkText` wrappers.

Parameters:

this

a `GtkAccessible`

state

platform state to query

Returns:

the value of state for the accessible