MACaptionAppearanceSetDisplayType

Function MACaptionAppearanceSetDisplayType 

Source
pub unsafe extern "C-unwind" fn MACaptionAppearanceSetDisplayType(
    domain: MACaptionAppearanceDomain,
    display_type: MACaptionAppearanceDisplayType,
)
Available on crate feature MACaptionAppearance only.
Expand description

User preference representing what type of captions should be displayed

Parameter domain: Preference domain, see

 MACaptionAppearanceDomain

.

Parameter displayType: Captions display type, see

 MACaptionAppearanceDisplayType

.