Trees | Indices | Help |
|
---|
|
Tkinter.Variable --+ | Tkinter.StringVar --+ | StringVar
Class that mimics the Tkinter.StringVar class. It requires a parent argument in order to avoid issues with using _default_root (This is problematic because our implementation of Python gets confused about _default_root when multiple windows have been opened.
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
Construct a string variable. MASTER can be given as master widget. VALUE is an optional value (defaults to "") NAME is an optional Tcl name (defaults to PY_VARnum). If NAME matches an existing variable and VALUE is omitted then the existing value is retained.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Oct 26 01:00:02 2016 | http://epydoc.sourceforge.net |