NSButton

From GNUstepWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

It's a button, you push it and an event handler is called on the delegate, pretty simple.

XIB Fields

Name Type Description
NSNextResponder reference (Inherited from NSControl)
NSvflags int a bitmask that stores some flags on this button, don't know the specifices
NSFrame NSRect The space occupied relative to the superview
NSSuperview reference (Inherited from NSView)
NSEnabled bool Inherited from NSControl
NSButtonCell NSButtonCell The cell containing the display information for the button.