home *** CD-ROM | disk | FTP | other *** search
- xmForm .top
-
- xmForm .top.left managed
- foreach n {Render Library Editor - Quit} {
- if {$n == "-"} {
- set new [xmLabel .top.left.dummy managed -labelString "<Niet>"]
- } {
- set new [xmCascadeButton .top.left.$n managed]
- }
-
- $new setValues -leftAttachment attach_form
-
- if { [info exists old ] } {
- $new setValues -topAttachment attach_widget -topWidget $old
- } {
- $new setValues -topAttachment attach_form
- }
- set old $new
- }
-
- .top.left setValues \
- -topAttachment attach_form \
- -leftAttachment attach_form
-
- .top manageChild
-