A full choice is a combination of a label and a menu.
def __init__(self, parent, label, contents = [], default = None ):
Constructor.
Adds the given choice to the menu. choice must be a string.
Returns the current selection in the menu.
Sets the current selection of the menu button. selection must be a
string. No verification is performed to insure that it is a valid choice.
addChoice(self, choice)
def addChoice(self, choice):
get(self)
def get(self):
setSelection(self, selection)
def setSelection(self, selection):