Accessible.getPlatformState

Query a platform state, such as focus.

See gtk_accessible_platform_changed().

This functionality can be overridden by gtk.accessible.Accessible implementations, e.g. to get platform state from an ignored child widget, as is the case for gtk.text.Text wrappers.

interface Accessible
bool
getPlatformState

Parameters

state gtk.types.AccessiblePlatformState

platform state to query

Return Value

Type: bool

the value of state for the accessible