Function gtk4::test_accessible_has_state
source · pub fn test_accessible_has_state(
accessible: &impl IsA<Accessible>,
state: AccessibleState
) -> boolExpand description
Checks whether the Accessible has @state set.
§accessible
§state
§Returns
true if the @state is set in the @accessible