
button={ label=QUIT action=QUIT }

message={ value="Enter name of directory containing bitmaps." }
message={ value="This brings up a second panel where you can browse them." }
vbox={ name=noborder
text={ name=dir height=25 width=400 editType=edit
 value="/usr/local/include/X11/bitmaps" 
}
button={ label="Go" 
 action="cd $(dir); xtpanel -file examples/script/.bitmap_browser"
}
}
