Function gtk4::test_accessible_has_property[][src]

pub fn test_accessible_has_property<P: IsA<Accessible>>(
    accessible: &P,
    property: AccessibleProperty
) -> bool
Expand description

Checks whether the Accessible has property set.

accessible

a Accessible

property

a AccessibleProperty

Returns

true if the property is set in the accessible