button={ label=Help action="xtpanel -file help/item &" }
vbox={ name=noborder
vbox={ 
message={ 
 value="Items can have a label (what appears on the screen)" 
}
message={ 
 value="and a value (what gets output when the item is selected)" 
}
message={ 
 value="You should specify the label here; the value is optional" 
}
message={ 
 value="and will default to the label if not specified." 
}
}
vbox={
message={ 
 value="Click to specify any of the following item parameters" 
}
button={ label="label" 
 action="ASSIGN out $(out)\n `xtpanel -name ""button label"" \
 	 -var varname label -file generator/valstring`"
}
button={ label="value" 
 action="ASSIGN out $(out)\n `xtpanel -name ""button value"" \
	 -var varname value -file generator/valstring`"
}
button={ label="more parameters" 
 action="ASSIGN out $(out)  `xtpanel -name ""more item parameters"" \
	 -file generator/extras`"
}
}
}
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 this item to the object"
         action='echo -n ''item={ $(out) \n }'' ' 
	 action=QUIT }
button={ label="Or click here to cancel" action=QUIT }
