home *** CD-ROM | disk | FTP | other *** search
- ColorWell = {
- ACTIONS = {
- takeColorFrom:;
- };
- OUTLETS = {
- delegate;
- nameField;
- };
- SUPERCLASS = NXColorWell;
- };
- APAide = {
- ACTIONS = {
- windowWillClose:;
- };
- OUTLETS = {
- window;
- panelView;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- ImageEdAide = {
- OUTLETS = {
- colorInfoView;
- transparentSwitch;
- colorWell;
- };
- SUPERCLASS = BoxEdAide;
- };
- BoxEdAide = {
- OUTLETS = {
- heightTypein;
- widthTypein;
- xPosTypein;
- yPosTypein;
- };
- SUPERCLASS = ElemEdAide;
- };
- ElemEdAide = {
- ACTIONS = {
- applyChange:;
- };
- SUPERCLASS = APAide;
- };
-