home *** CD-ROM | disk | FTP | other *** search
- Gauge()
- {
- cps POPUP popupWindowShell popupWindowShell $PANE \\\n
- title:"Gauge"
-
- acb $POPUP popdownCallback "dw $POPUP"
-
- cmw CAPTION caption caption $POPUP_UCA \\\n
- label:"Gauge:" \\\n
- font:OlDefaultBoldFont \\\n
- position:left
-
- cmw GAUGE gauge gauge $CAPTION \\\n
- span:100 \\\n
- sliderValue:33 \\\n
- minLabel:"0" \\\n
- maxLabel:"100" \\\n
- ticks:10 \\\n
- tickUnit:percent \\\n
- showValue:true
-
- cmw OK Ok flatButtons $POPUP_LCA \\\n
- numItems:1 \\\n
- numItemFields:1 \\\n
- itemFields:'{label}' \\\n
- items:'{Ok}'
-
- orh $POPUP "Gauge Source" -f `pwd`/Gauge
-
- pu $POPUP GrabNone
- }
-