button={ label=Help action="xtpanel -file help/choice &" }
vbox={ 
message={ value="Click to specify any of the following choice parameters" }
button={ label="label" 
 action="ASSIGN out $(out)\n`xtpanel -name ""choice label"" \
 	 -var varname label -file generator/valstring`"
}
button={ label="action" 
 action="ASSIGN out $(out)\n `xtpanel -name ""choice action"" \
	 -file generator/action`"
}
button={ label="name" 
 action="ASSIGN out $(out)\n`xtpanel -name ""choice name"" \
	 -var varname name -file generator/valstring`"
}
button={ label="value" 
 action="ASSIGN out $(out)\n`xtpanel -name ""choice value"" \
	 -var varname value -file generator/valstring`"
}
button={ label="more parameters" 
 action="ASSIGN out $(out)`xtpanel -name ""more choice parameters"" \
	 -file generator/extras`"
}
}
button={ 
 label="Click here to add an item to the choice" 
 action="ASSIGN out $(out)\n `xtpanel -name ""add a choice item"" \
	 -file generator/item`" 
}
message={ value="Or edit below to add new parameters or make changes" }
text={ name=out value="" editType=edit height=75 width=400 }
button={ label="Click here when done to add choice to script" 
         action='echo ''choice={ $out \n} '' >> $fileout ' 
	 action=QUIT }
button={ label="Or click here to cancel" action=QUIT }
