Package Camelot :: Package camelot :: Package view :: Package controls :: Package delegates :: Module notedelegate
[frames] | no frames]

Source Code for Module Camelot.camelot.view.controls.delegates.notedelegate

 1  from texteditdelegate import TextEditDelegate, DocumentationMetaclass 
 2  from camelot.view.controls.editors.noteeditor import NoteEditor 
 3   
4 -class NoteDelegate(TextEditDelegate):
5 6 __metaclass__ = DocumentationMetaclass 7 8 editor = NoteEditor
9