Difference between revisions of "NSControl"
Jump to navigation
Jump to search
m |
m |
||
Line 1: | Line 1: | ||
NSControl ithe the a very important framework in [[AppKit]], it is the superclass for items that recieve user input messages from the window(see [http://developer.apple.com/library/ios/#documentation/general/conceptual/Devpedia-CocoaApp/Responder.html Responder Object ] | NSControl ithe the a very important framework in [[AppKit]], it is the superclass for items that recieve user input messages from the window(see [http://developer.apple.com/library/ios/#documentation/general/conceptual/Devpedia-CocoaApp/Responder.html Responder Object ] | ||
− | + | ==XIBFields== | |
+ | {{:NSControlXIB}} | ||
==See also== | ==See also== | ||
*[http://developer.apple.com/library/ios/#documentation/general/conceptual/Devpedia-CocoaApp/Responder.html Apple on responder chains] | *[http://developer.apple.com/library/ios/#documentation/general/conceptual/Devpedia-CocoaApp/Responder.html Apple on responder chains] | ||
*[http://developer.apple.com/library/ios/#documentation/general/conceptual/Devpedia-CocoaApp/Responder.html Apple on event handeling] | *[http://developer.apple.com/library/ios/#documentation/general/conceptual/Devpedia-CocoaApp/Responder.html Apple on event handeling] |
Latest revision as of 00:34, 4 November 2012
NSControl ithe the a very important framework in AppKit, it is the superclass for items that recieve user input messages from the window(see Responder Object