home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cset21v5.zip / TOOLKT21 / SC / WPPALET.SC < prev    next >
Text File  |  1993-05-03  |  2KB  |  123 lines

  1.  
  2. # This file was generated by the SOM Compiler.
  3. # FileName: wppalet.sc.
  4. # Generated using:
  5. #     SOM Precompiler spc: 1.22
  6. #     SOM Emitter emitcsc: 1.10
  7.  
  8. /*
  9.  *  Module Header
  10.  * 
  11.  *  Module Name: WPPALET
  12.  * 
  13.  *  OS/2 Presentation Manager Workplace class definitions
  14.  * 
  15.  *  Copyright (c) International Business Machines Corporation 1991, 1992
  16.  * 
  17.  */
  18.  
  19. #include "wpabs.sc"
  20.  
  21. class: WPPalette, 
  22.     external stem = wppal, local, external prefix = pal_, 
  23.     classprefix = palM_, major version = 1, minor version = 2, 
  24.     file stem = wppalet;
  25.  
  26.  
  27. parent class: WPAbstract;
  28.  
  29.  
  30. release order:
  31.     wpPaintCell, wpSelectCell, wpSetupCell, 
  32.     wpQueryPaletteInfo, wpSetPaletteInfo, wpEditCell, 
  33.     wpDragCell, withdrawn, wpInitCellStructs, 
  34.     wpRedrawCell, wpPaintPalette, wpMouseAction, 
  35.     wpQueryPaletteHelp, wpShowPalettePointer, wpclsQueryEditString;
  36.  
  37. methods:
  38.  
  39.  
  40.     VOID    wpPaintCell(PCELL pCell,
  41.         HPS hps,
  42.         PRECTL prcl,
  43.         BOOL fHilite);
  44.  
  45.     BOOL    wpSetupCell(PVOID pCellData,
  46.         ULONG cb,
  47.         ULONG x,
  48.         ULONG y);
  49.  
  50.     BOOL    wpRedrawCell(PCELL pCell);
  51.  
  52.     BOOL    wpQueryPaletteInfo(PPALINFO pPalInfo);
  53.  
  54.     BOOL    wpSetPaletteInfo(PPALINFO pPalInfo);
  55.  
  56.     BOOL    wpEditCell(PCELL pCell,
  57.         HWND hwndPal);
  58.  
  59.     BOOL    wpDragCell(PCELL pCell,
  60.         HWND hwndPal,
  61.         PPOINTL ptlDrag);
  62.  
  63.     PSZ    wpclsQueryEditString(), class;
  64.  
  65.     ULONG    wpQueryPaletteHelp();
  66.  
  67.     override wpInitData;
  68.  
  69.     -- From WPObject
  70.  
  71.     override wpUnInitData;
  72.  
  73.     -- From WPObject
  74.  
  75.     override wpSetup;
  76.  
  77.     -- From WPObject
  78.  
  79.     override wpSaveState;
  80.  
  81.     -- From WPObject
  82.  
  83.     override wpRestoreState;
  84.  
  85.     -- From WPObject
  86.  
  87.     override wpMenuItemSelected;
  88.  
  89.     -- From WPObject
  90.  
  91.     override wpModifyPopupMenu;
  92.  
  93.     -- From WPObject
  94.  
  95.     override wpFilterPopupMenu;
  96.  
  97.     -- From WPObject
  98.  
  99.     override wpOpen;
  100.  
  101.     -- From WPObject
  102.  
  103.     override wpMenuItemHelpSelected;
  104.  
  105.     -- From WPObject
  106.  
  107.     override wpclsQueryTitle, class;
  108.  
  109.     -- From WPObject
  110.  
  111.     override wpclsQueryStyle, class;
  112.  
  113.     -- From WPObject
  114.  
  115.     override wpclsQueryDefaultView, class;
  116.  
  117.     -- From WPObject
  118.  
  119.     override wpclsQueryDefaultHelp, class;
  120.  
  121.     -- From WPObject
  122.  
  123.