home *** CD-ROM | disk | FTP | other *** search
- Brush = {
- ACTIONS = {
- setPressureExponent:;
- setBrushColor:;
- setMinSize:;
- setPressureCoefficient:;
- };
- OUTLETS = {
- minSize;
- brushColor;
- pressureCoefficient;
- pressureExponent;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- PressureView = {
- ACTIONS = {
- setPressureState:;
- setCoalesceState:;
- clear:;
- };
- OUTLETS = {
- brush;
- backingImage;
- proximityText;
- };
- SUPERCLASS = View;
- };
-