Trees | Indices | Help |
|
---|
Variable --+ | StringVar
Value holder for strings variables.
Inherited from Variable
:
__del__
,
__eq__
,
__str__
,
set
,
trace
,
trace_variable
,
trace_vdelete
,
trace_vinfo
""
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.