home *** CD-ROM | disk | FTP | other *** search
- /*
- * Main.wod
- *
- * You may freely copy, distribute and reuse the code in this example.
- * NeXT disclaims any warranty of any kind, expressed or implied, as to
- * its fitness for any particular use.
- *
- * This is the declarations file for the Main page of the
- * Component application.
- *
- */
-
- SELECTION:WOString {
- value = selection;
- };
-
- PALETTE:Palette {
- selection = number;
- callBack = displaySelection;
- };