button={ label=Help action="xtpanel -file help/actions &" }
button={ label=Cancel action="QUIT" }
vbox={ name=noborder
message={ value="What should this object do when it is modified?" }
hbox={ name=noborder
button={ label="NONE" action="echo action=NONE "  action=QUIT }
message={ value="save its value as a string for use by other objects" }
}
hbox={ name=noborder
button={ label="PRINT" 
 action="xtpanel -var acttype PRINT \
         -file generator/actionstring" 
 action=QUIT
}
message={ 
 value="print a string, including its value, to the standard output" 
}
}
hbox={ name=noborder
button={ label="SYSTEM" 
 action="xtpanel -var acttype SYSTEM \
         -file generator/actionstring " 
 action=QUIT
}
message={ 
 value="execute a command, including its value, via a call to system()" 
}
}
hbox={ name=noborder
button={ label="STRING" 
 action="xtpanel -var acttype STRING \
         -file generator/actionstring " 
 action=QUIT
}
message={ 
 value="save a string, including its value, for use by other objects" 
}
}
hbox={ name=noborder
button={ label="ASSIGN" 
 action="xtpanel -var acttype ASSIGN \
         -file generator/assignstring " 
 action=QUIT
}
message={ 
 value="modify the value of another object"
}
}
hbox={ name=noborder
button={ label="SET" 
 action="xtpanel -var acttype SET \
         -file generator/setstring " 
 action=QUIT
}
message={ 
 value="modify a resource of another object"
}
}
hbox={ name=noborder
button={ label="QUIT" action="echo action=QUIT " action=QUIT }
message={ value="quit xtpanel" }
}
}
