libtextworker 0.1.4
Cross-platform, free and open library for Python projects
|
Public Member Functions | |
def | __init__ (this, Misc|None master=None, **kwds) |
def | EditorInit (this, bool useMenu=False, bool useScrollBars=True, str custom_config_path=EDITOR_DIR+"/editor.ini", int tabwidth=4) |
bool | IsModified (this) |
def | LoadFile (this, str path) |
def | SaveFile (this, str path) |
def | SaveFile (this) |
bool | wrapmode (this, event=None) |
None | edit_undo (this) |
None | edit_redo (this) |
Static Public Attributes | |
str | |
Hash = md5("".encode("utf-8")) | |
Customized Tkinter Text widget with some extra features. Note: Use StyledTextControl._frame as the real StyledTextControl's parent.