A FullEntry is a combination of a label and an entry field.
def __init__(self, parent, label, width = 20):
Constructor.
Returns the entries text
Set the text in the entryfield
get(self)
def get(self):
set(self, val)
def set(self, val):