home *** CD-ROM | disk | FTP | other *** search
/ Altsys Virtuoso 2 / Virtuoso2.img.tgz / Archive.tar / Virtuoso1_german.img / German.lproj / inlineeffect.nib / data.classes next >
Text File  |  1992-12-15  |  985b  |  66 lines

  1. ColorWell = {
  2.     ACTIONS = {
  3.     takeColorFrom:;
  4.     };
  5.     OUTLETS = {
  6.     delegate;
  7.     nameField;
  8.     };
  9.     SUPERCLASS = NXColorWell;
  10. };
  11. AAppAide = {
  12.     ACTIONS = {
  13.     appWillTerminate:;
  14.     };
  15.     SUPERCLASS = Application;
  16. };
  17. FirstResponder = {
  18.     ACTIONS = {
  19.     };
  20.     SUPERCLASS = Object;
  21. };
  22. FHAppAide = {
  23.     ACTIONS = {
  24.     stopModalOK:;
  25.     openColorList:;
  26.     stopModalAndReturnTag:;
  27.     checkIdle:;
  28.     orderFrontAlignPanel:;
  29.     orderFrontInspectorPanel:;
  30.     newDoc:;
  31.     orderFrontTransformPanel:;
  32.     orderFrontPrefsPanel:;
  33.     orderFrontTintPanel:;
  34.     openTools:;
  35.     orderFrontStylePanel:;
  36.     openDoc:;
  37.     pasteFont:;
  38.     placeDoc:;
  39.     orderFrontColorPanel:;
  40.     orderFrontFontPanel:;
  41.     orderFrontHalftonePanel:;
  42.     printDocument:;
  43.     copyFont:;
  44.     };
  45.     OUTLETS = {
  46.     stringTable;
  47.     nibHead;
  48.     pasteboard;
  49.     fontManager;
  50.     };
  51.     SUPERCLASS = AAppAide;
  52. };
  53. InlineEffectPanel = {
  54.     ACTIONS = {
  55.     panelCompleted:;
  56.     };
  57.     OUTLETS = {
  58.     count;
  59.     strokeWidth;
  60.     bgColor;
  61.     bgWidth;
  62.     strokeColor;
  63.     };
  64.     SUPERCLASS = Panel;
  65. };
  66.