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

Class WideEditor

source code


Class signaling that an editor, is a wide editor, so it's label should be displayed on top of the editor and the editor itself should take two columns:

class WideTextLineEditor(TextLineEditor, WideEditor):
  pass

will generate a test line editor where the text line takes the whole with of the form

Instance Methods

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__