| 
        
            | Methods |  |  
        |  |  
            |  | __init__ |  
        | 
__init__ (
        self,
        parent=None,
        hullClass=None,
        )
 |  
            |  | __setitem__ |  
        | 
__setitem__ (
        self,
        key,
        value,
        )
 |  
            |  | __str__ |  
        | 
__str__ ( self )
 |  
            |  | addoptions |  
        | 
addoptions ( self,  optionDefs )
 |  
            |  | cget |  
        | 
cget ( self,  option )
 
        
            | Exceptions |  |  
        | KeyError, 'Unknown option "' + option + '" for ' + self.__class__.__name__ 
 |  |  
            |  | component |  
        | 
component ( self,  name )
 |  
            |  | componentaliases |  
        | 
componentaliases ( self )
 |  
            |  | componentgroup |  
        | 
componentgroup ( self,  name )
 |  
            |  | components |  
        | 
components ( self )
 |  
            |  | configure |  
        | 
configure (
        self,
        option=None,
        **kw,
        )
        
            | Exceptions |  |  
        | KeyError, 'Cannot configure initialisation option "' + option + '" for ' + self.__class__.__name__ KeyError, 'Unknown option "' + option + '" for ' + self.__class__.__name__
 
 |  |  
            |  | createcomponent |  
        | 
createcomponent (
        self,
        componentName,
        componentAliases,
        componentGroup,
        widgetClass,
        *widgetArgs,
        *kw,
        )
        
            | Exceptions |  |  
        | ValueError, 'Component "%s" already exists' % componentName ValueError, 'Component name "%s" must not contain "_"' % componentName
 
 |  |  
            |  | createlabel |  
        | 
createlabel (
        self,
        parent,
        childCols=1,
        childRows=1,
        )
 |  
            |  | defineoptions |  
        | 
defineoptions (
        self,
        keywords,
        optionDefs,
        dynamicGroups=(),
        )
 |  
            |  | destroy |  
        | 
destroy ( self )
 |  
            |  | destroycomponent |  
        | 
destroycomponent ( self,  name )
 |  
            |  | hulldestroyed |  
        | 
hulldestroyed ( self )
 |  
            |  | initialiseoptions |  
        | 
initialiseoptions ( self,  dummy=None )
 
        
            | Exceptions |  |  
        | KeyError, text + string.join( unusedOptions, ', ' ) + '" for ' + self.__class__.__name__ 
 |  |  
            |  | interior |  
        | 
interior ( self )
 |  
            |  | isinitoption |  
        | 
isinitoption ( self,  option )
 |  
            |  | options |  
        | 
options ( self )
 |  |