home *** CD-ROM | disk | FTP | other *** search
- ColorWell = {
- ACTIONS = {
- takeColorFrom:;
- };
- OUTLETS = {
- delegate;
- nameField;
- };
- SUPERCLASS = NXColorWell;
- };
- DialControl = {
- OUTLETS = {
- monitor;
- indicator;
- target;
- };
- SUPERCLASS = Control;
- };
- NoiseInspector = {
- ACTIONS = {
- valueChanged:;
- };
- OUTLETS = {
- minGrayTypein;
- maxGrayTypein;
- maxGraySlider;
- minGraySlider;
- };
- SUPERCLASS = CFillInspector;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- CFillInspector = {
- ACTIONS = {
- applyChange:;
- };
- OUTLETS = {
- window;
- owner;
- stringTable;
- };
- SUPERCLASS = Object;
- };
-