lpcmanager
Clone
Summary
Browse
Changes
Graph
SVGHMI: add support for custom widgets and own SVG widget library.
12 months ago, Edouard Tisserant
effc3b4090c8
SVGHMI: add support for custom widgets and own SVG widget library.
from editors.CodeFileEditor import CodeFileEditor
from py_ext.PythonEditor import PythonCodeEditor
class WxGladeEditor(CodeFileEditor):
CONFNODEEDITOR_TABS = [
(_("Python code"), "_create_CodePanel")]
CODE_EDITOR = PythonCodeEditor