Up

NSStatusBarButton class documentation

Authors

Generated by Debian

Date: Generated at 2024-06-28 13:05:04 +0000

Software documentation for the NSStatusBarButton class

NSStatusBarButton : NSButton

Declared in:
AppKit/NSStatusBarButton.h
Availability: MacOS-X 10.10.0

Description forthcoming.

Instance Variables

Method summary

appearsDisabled 

- (BOOL) appearsDisabled;
Availability: MacOS-X 10.10.0

Description forthcoming.

setAppearsDisabled: 

- (void) setAppearsDisabled: (BOOL)flag;
Availability: MacOS-X 10.10.0

Description forthcoming.



Instance Variables for NSStatusBarButton Class

_appearsDisabled

@protected BOOL _appearsDisabled;
Availability: MacOS-X 10.10.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.





Up