API  1.0.0
CPButton.h
Go to the documentation of this file.
1 
2 @interface CPButton : CPControl
3 {
4  BOOL _allowsMixedState;
5 
6  CPString _title;
7  CPString _alternateTitle;
8 
9  CPInteger _showsStateBy;
10  CPInteger _highlightsBy;
11  BOOL _imageDimsWhenDisabled;
12 
13  // NS-style Display Properties
14  CPBezelStyle _bezelStyle;
15 
16  CPString _keyEquivalent;
17  unsigned _keyEquivalentModifierMask;
18 
19  CPTimer _continuousDelayTimer;
20  CPTimer _continuousTimer;
21  float _periodicDelay;
22  float _periodicInterval;
23 
24  BOOL _isTracking;
25 }
26 @end
An immutable string (collection of characters).
Definition: CPString.h:2
A timer object that can send a message after the given time interval.
Definition: CPTimer.h:2