Function gtk4::test_accessible_has_role 
source · pub fn test_accessible_has_role(
    accessible: &impl IsA<Accessible>,
    role: AccessibleRole
) -> boolExpand description
Checks whether the GtkAccessible:accessible-role of the accessible
is @role.
accessible
role
Returns
true if the role matches