Module component :: Class SimpleComponent
[hide private]
[frames] | no frames]

Class SimpleComponent

source code

object --+    
         |    
 Component --+
             |
            SimpleComponent

Component without window attributes and styles.

Instance Methods [hide private]

Inherited from Component: __cmp__, __init__, __repr__, addAttribute, addEvents, addExStyles, addStyles, canBeReplaced, canHaveChild, copyAttributes, getAttribute, getRect, getTreeImageId, getTreeText, isContainer, makeTestWin, setParamClass, setSpecial

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Variables [hide private]
  windowAttributes = []
Default window attributes for window-like components.
  genericExStyles = []
Default generic extended styles.
  genericStyles = []
Default generic styles.

Inherited from Component: genericEvents, hasName, isTopLevel, renameDict

Properties [hide private]

Inherited from object: __class__