API
0.9.7
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Macros
Groups
Pages
CPControl.h
Go to the documentation of this file.
1
2
@interface
CPControl
:
CPView
3
{
4
id
_value;
5
CPFormatter
_formatter
// @accessors(property=formatter);
6
7
// Target-Action Support
8
id
_target;
9
SEL
_action;
10
int
_sendActionOn;
11
BOOL _sendsActionOnEndEditing
// @accessors(property=sendsActionOnEndEditing);
12
13
// Mouse Tracking Support
14
BOOL _continuousTracking;
15
BOOL _trackingWasWithinFrame;
16
unsigned
_trackingMouseDownFlags;
17
CGPoint _previousTrackingLocation;
18
}
19
@end
AppKit
CPControl.h
Generated on Thu Nov 28 2013 20:43:42 for API by
1.8.4