NSCell

From GNUstepWiki
Revision as of 01:32, 21 July 2012 by Awiebe (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

XIB fields

NSCell is an abstract superclass, these fields are usually serialized by its subclasses.

NSControlView reference The Control that owns this cell, usually it's parent.
NSSound NSCustomResource (optional)The sound a cell should play when activated.
NSPeriodicDelay int (optional)The amount of time in ms before the cell should process incoming events after it begins processing one.
NSPeriodicInterval int (optional)The ammount of time the cell should appear to aknowledge an event(e.g. button displays as pressed)