Package Camelot :: Package camelot :: Package view :: Package controls :: Package editors :: Module wideeditor
[frames] | no frames]

Source Code for Module Camelot.camelot.view.controls.editors.wideeditor

1 -class WideEditor(object):
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