home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Developer / webobjects / extensions / win-nt / WOPerl-lite-10e7.exe / Examples / WOPerl / Component / Main.wo / Main.wod < prev   
Encoding:
Text File  |  1996-08-09  |  420 b   |  20 lines

  1. /*
  2.  * Main.wod
  3.  *
  4.  * You may freely copy, distribute and reuse the code in this example.
  5.  * NeXT disclaims any warranty of any kind, expressed or implied, as to
  6.  * its fitness for any particular use.
  7.  *
  8.  * This is the declarations file for the Main page of the
  9.  * Component application.
  10.  *
  11.  */
  12.  
  13. SELECTION:WOString {
  14.     value = selection;
  15. };
  16.  
  17. PALETTE:Palette {
  18.     selection = number;
  19.     callBack = displaySelection;
  20. };