pub fn test_accessible_has_state(
    accessible: &impl IsA<Accessible>,
    state: AccessibleState
) -> bool
Expand description

Checks whether the Accessible has @state set.

accessible

a Accessible

state

a AccessibleState

Returns

true if the @state is set in the @accessible