Home | Trees | Index | Help |
|
---|
Package wx :: Package py :: Module filling |
|
Filling is the gui tree control through which a user can navigate the local namespace or any object.
Classes | |
---|---|
App |
PyFilling standalone application. |
Filling |
Filling based on wxSplitterWindow. |
FillingFrame |
Frame containing the namespace tree component. |
FillingText |
FillingText based on StyledTextCtrl. |
FillingTree |
FillingTree based on TreeCtrl. |
Variable Summary | |
---|---|
str |
__author__ = "Patrick K. O'Brien <pobrien@orbtech.com>"
|
str |
__cvsid__ = '$Id: filling.py,v 1.7 2006/02/18 21:40:57 R...
|
str |
__revision__ = '1.7'
|
list |
COMMONTYPES = [<type 'bool'>, <type 'buffer'>, <type 'bu...
|
tuple |
DOCTYPES = ('BuiltinFunctionType', 'BuiltinMethodType', ...
|
list |
SIMPLETYPES = [<type 'bool'>, <type 'buffer'>, <type 'co...
|
Variable Details |
---|
__author__
|
__cvsid__
|
__revision__
|
DOCTYPES
|
SIMPLETYPES
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:11:43 2007 | http://epydoc.sf.net |