home *** CD-ROM | disk | FTP | other *** search
- NXColorPanel = {
- ACTIONS = {
- _colorWellAcceptedColor:;
- _magnify:;
- _switchView:;
- _resetOpacity:;
- };
- OUTLETS = {
- colorSwatchBox;
- opacityView;
- pickerView;
- colorSwatch;
- paletteMatrix;
- opacityText;
- magnifyButton;
- colorWellView;
- opacitySlider;
- colorWell;
- middleView;
- };
- SUPERCLASS = Window;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- MyObject = {
- SUPERCLASS = Object;
- };
-