NSInterfaceStyleForKey

Function NSInterfaceStyleForKey 

Source
pub unsafe extern "C-unwind" fn NSInterfaceStyleForKey(
    key: Option<&NSString>,
    responder: Option<&NSResponder>,
) -> NSInterfaceStyle
๐Ÿ‘ŽDeprecated
Available on crate features NSInterfaceStyle and NSResponder only.
Expand description

ยงSafety

  • key might not allow None.
  • responder might not allow None.