get_platform_state
Description:
[ Version ( since = "4.10" ) ]
public abstract bool get_platform_state (AccessiblePlatformState state)
public abstract bool get_platform_state (AccessiblePlatformState state)
Queries a platform state, such as focus.
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 |
an accessible object |
state |
platform state to query |
Returns:
the value of state for the accessible |