A full control is a control with a label attached to it.
def __init__(self, parent, label, ctl = None, orientation = LEFT):
Constructor addCtl(self, ctl) def addCtl(self, ctl): Used to add a control after construction.
def addCtl(self, ctl):
Used to add a control after construction.