libtextworker 0.1.4
Cross-platform, free and open library for Python projects

◆ __init__()

def libtextworker.interface.base.WidgetBase.__init__ (   this,
args,
**  kwds 
)
Usually this is called in WidgetBase-derived classes in order to modify
    their args and kwds. The widget also will be placed into a frame if
    _Frame is specified.
If not specified, do nothing.

Definition at line 47 of file __init__.py.