Up
Authors
- Generated by Debian
-
Date: Generated at 2024-06-06 09:06:15 +0000
- Declared in:
- AppKit/NSAppearance.h
- Conforms to:
- NSCoding
Availability: MacOS-X 10.9.0
Description forthcoming.
Instance Variables
Method summary
+ (instancetype)
appearanceNamed: (
NSString*)name;
Availability: MacOS-X 10.9.0
Description forthcoming.
+ (
NSAppearance*)
currentAppearance;
Availability: MacOS-X 10.9.0
Description forthcoming.
+ (void)
setCurrentAppearance: (
NSAppearance*)appearance;
Availability: MacOS-X 10.9.0
Description forthcoming.
- (BOOL)
allowsVibrancy;
Availability: MacOS-X 10.9.0
Description forthcoming.
- (
NSAppearanceName)
bestMatchFromAppearancesWithNames: (
NSArray*)appearances;
Availability: MacOS-X 10.9.0
Description forthcoming.
- (instancetype)
initWithAppearanceNamed: (
NSString*)name
bundle: (
NSBundle*)bundle;
Availability: MacOS-X 10.9.0
Description forthcoming.
- (
NSString*)
name;
Availability: MacOS-X 10.9.0
Description forthcoming.
Instance Variables for NSAppearance Class
@protected BOOL _allowsVibrancy;
Availability: MacOS-X 10.9.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSAppearanceName _currentAppearance;
Availability: MacOS-X 10.9.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSString* _name;
Availability: MacOS-X 10.9.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
- Declared in:
- AppKit/NSAppearance.h
Availability: OpenStep
Description forthcoming.
Method summary
- (
NSAppearance*)
appearance;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSAppearance*)
effectiveAppearance;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setAppearance: (
NSAppearance*)appearance;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Up