API 0.9.5
AppKit/CPControl.h
Go to the documentation of this file.
00001 
00002 @interface CPControl : CPView
00003 {
00004     id                  _value;
00005     CPFormatter         _formatter // @accessors(property=formatter);
00006 
00007     // Target-Action Support
00008     id                  _target;
00009     SEL                 _action;
00010     int                 _sendActionOn;
00011     BOOL                _sendsActionOnEndEditing // @accessors(property=sendsActionOnEndEditing);
00012 
00013     // Mouse Tracking Support
00014     BOOL                _continuousTracking;
00015     BOOL                _trackingWasWithinFrame;
00016     unsigned            _trackingMouseDownFlags;
00017     CGPoint             _previousTrackingLocation;
00018 }
00019 @end
 All Classes Files Functions Variables Defines