FullControl

A full control is a control with a label attached to it.

Base Classes

Methods

__init__(self, parent, label, ctl, orientation)

   def __init__(self, parent, label, ctl = None, orientation = LEFT):

Constructor

addCtl(self, ctl)

   def addCtl(self, ctl):

Used to add a control after construction.