home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / qsetup.zip / DM2TEST.SC < prev    next >
Text File  |  1994-04-03  |  2KB  |  85 lines

  1.  
  2. # This file was generated by the SOM Compiler.
  3. # FileName: DM2Test.sc.
  4. # Generated using:
  5. #     SOM Precompiler spc: 1.22
  6. #     SOM Emitter emitcsc: 1.10
  7.  
  8. /*
  9.  * 
  10.  * 
  11.  * 
  12.  *      DM2Test.CSC - DeskMan/2 setup test object.
  13.  * 
  14.  *   ┌─────────────────────────────────────────────────────────────────────┐
  15.  *   │  DM2Test object - setup string manipulation methods.                │
  16.  *   │                   Part of DeskMan/2.                                │
  17.  *   │                                                                     │
  18.  *   │  (C) Copyright 1993-1994 Development Technologies, Inc.             │
  19.  *   │      Portions Copyright 1993 Gregory Czaja                          │
  20.  *   │      All rights reserved                                            │
  21.  *   │      DeskMan, DeskMan/2, DM2Setup, VUEMan, VUEMan/2 and DM2Image    │
  22.  *   │      are trademarks of Development Technologies, Inc. (DevTech),    │
  23.  *   │      a Pennsylvania Corporation                                     │
  24.  *   │                                                                     │
  25.  *   │  version 1: initial release                          April 1994     │
  26.  *   └─────────────────────────────────────────────────────────────────────┘
  27.  */
  28.  
  29. #include "wpabs.sc"
  30.  
  31. class: DM2Test, 
  32.     external stem = DM2Test, local, external prefix = DM2TestX_, 
  33.     classprefix = DM2TestC_, major version = 1, minor version = 1, 
  34.     file stem = DM2Test;
  35.  
  36.  
  37. parent class: WPAbstract;
  38.  
  39.  
  40. release order:
  41.     DeskMan2QuerySetup;
  42.  
  43.  
  44. passthru: C.h, after;
  45. endpassthru;
  46. methods:
  47.  
  48.  
  49.     --  new DeskMan/2 setup interface
  50.  
  51.     APIRET    DeskMan2QuerySetup(WPObject *setupObject);
  52.  
  53.     override wpSetup;
  54.  
  55.     -- From WPObject
  56.  
  57.     override wpModifyPopupMenu;
  58.  
  59.     -- From WPObject
  60.  
  61.     override wpMenuItemSelected;
  62.  
  63.     -- From WPObject
  64.  
  65.     override wpAddObjectWindowPage;
  66.  
  67.     -- From WPObject
  68.  
  69.     override wpclsInitData, class;
  70.  
  71.     -- From WPObject
  72.  
  73.     override wpclsUnInitData, class;
  74.  
  75.     -- From WPObject
  76.  
  77.     override wpclsQueryIconData, class;
  78.  
  79.     -- From WPObject
  80.  
  81.     override wpclsQueryTitle, class;
  82.  
  83.     -- From WPObject
  84.  
  85.