home *** CD-ROM | disk | FTP | other *** search
- #include "macros.r"
-
- /* Button with text and some space for borders for racks of buttons.
- * Button is hbox that will fill horizontally with text centered.
- */
- #define TBUTTON(txt,num) \
- (h f (b 5 0) (v (b 0 4) (t txt) (b 0 3)) (b 5 0) f):num
-
- col 1 1
-
- START_REQ
- TITLE ("Default Color")
- (b 0 5)
- (h f |
- (v - TBUTTON ("Matte",1) - TBUTTON ("Glossy",2) -) |
- (v - TBUTTON ("Unshaded",3) - TBUTTON ("Outline",4) -)
- | f)
- (b 0 4)
- (h f |
- (v - TBUTTON ("Transparent",10) -) |
- (v - TBUTTON ("Opaque",11) -)
- | f)
- (b 0 4)
- (h f
- (v f(t 2"Smoothing:")f)
- (b 8 0)
- (v -(h |TBUTTON ("On",12)|TBUTTON ("Off",13)|)-)
- f
- )
- (b 0 5)
- (h f (v f (t"+"):5 f)
- (b 15 0)
- | (v (-1) (b 0 1) (h(b 5 0) (t"15 "):6 (b 5 0)) (-1)) |
- (b 15 0)
- (v f (t"-"):7 f) f)
- (b 0 5)
- OKCAN(8,9)
- END_REQ
-
-
- 1 "tv" 2 "tv" 3 "tv" 4 "tv"
- 10 "tv" 11 "tv" 12 "tv" 13 "tv"
- 6s"v"
-
- OKCAN_EXT(8,9)
-