home *** CD-ROM | disk | FTP | other *** search
- Caption()
- {
- cmw POPCAPTION popupWidget popupWindowShell $PANE \\\n
- title:"Caption"
-
- acb $POPCAPTION popdownCallback "dw $POPCAPTION"
-
- cmw CAP1 leftcaption caption $POPCAPTION_UCA \\\n
- label:"Position Left:" \\\n
- font:OlDefaultBoldFont \\\n
- position:left \\\n
- borderWidth:0
-
- cmw CAP2 rightcaption caption $CAP1 \\\n
- label:":Position Right" \\\n
- font:OlDefaultBoldFont \\\n
- position:right \\\n
- borderWidth:1
-
- cmw CAP3 topcaption caption $CAP2 \\\n
- label:"Position Top:" \\\n
- font:OlDefaultBoldFont \\\n
- position:top \\\n
- borderWidth:1
-
- cmw CAP4 topcaption caption $CAP3 \\\n
- label:"Position Bottom:" \\\n
- font:OlDefaultBoldFont \\\n
- position:bottom \\\n
- borderWidth:1
-
- cmw ABV abbrevmenu abbrevMenuButton $CAP4
-
-
- cmw MENUITEMS menuitems flatButtons $ABV_MP \\\n
- numItems:3 \\\n
- itemFields:'{label}' \\\n
- items:'{Open...}, {Save...}, {Exit}'
-
- cmw OK Ok flatButtons $POPCAPTION_LCA \\\n
- numItems:1 \\\n
- itemFields:'{label}' \\\n
- items:'{Ok}'
-
- orh $POPCAPTION "Caption Help" -f `pwd`/Caption
-
- pu $POPCAPTION GrabNone
- }
-