Home | Trees | Indices | Help |
|
---|
|
2 """Class signaling that an editor, is a wide editor, so it's label should be displayed 3 on top of the editor and the editor itself should take two columns:: 4 5 class WideTextLineEditor(TextLineEditor, WideEditor): 6 pass 7 8 will generate a test line editor where the text line takes the whole with of the 9 form"""10
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jun 12 15:42:12 2010 | http://epydoc.sourceforge.net |