home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Examples / AppKit / ColorTest / Controller.h < prev    next >
Text File  |  1992-05-29  |  743b  |  38 lines

  1. #import <objc/Object.h>
  2.  
  3.  
  4.  
  5. @interface Controller:Object
  6. {
  7.     id accessoryView;
  8.     id currModeText;
  9.     id attachedList1;
  10.     id attachedList2;
  11.     id attachedList3;
  12.     id continuousSwitch;
  13.     id accessoryViewSwitch;
  14.     id addRedButton;
  15.     id continuousOnOffMatri3   id alphaText;
  16.     id colorPanelAlphaMatrix;
  17.     id appAlphaMatrix;
  18.     id sampleWell;
  19.     id theWell;
  20. }
  21.  
  22. - useAccessoryView:sender;
  23. - attachMatrixClicked:sender;
  24. - addRed:sender;
  25. - insertCustomPicker:sender;
  26. - colorPanelOpacityOnOff:sender;
  27. - appOpacityOnOff:sender;
  28. - continuousOnOff:sender;
  29. - isContinuous:sender;
  30. - showCurrColor:sender;
  31. - alphaValue:sender;
  32. - queryMode:sender;
  33. - modeMatrixClicked:sender;
  34. - maskMatrixClicked:sender;
  35. - showColorPanel:sender;
  36.  
  37. @end
  38.