lpcmanager
Clone
Summary
Browse
Changes
Graph
SVGHMI: customize default widget library path to browse LPCManager's widgets by default.
12 months ago, Edouard Tisserant
699fef1fc5cd
SVGHMI: customize default widget library path to browse LPCManager's widgets by default.
from editors.CodeFileEditor import CodeFileEditor
from py_ext.PythonEditor import PythonCodeEditor
class WxGladeEditor(CodeFileEditor):
CONFNODEEDITOR_TABS = [
(_("Python code"), "_create_CodePanel")]
CODE_EDITOR = PythonCodeEditor