11 lines
121 B
Tcl
11 lines
121 B
Tcl
namespace eval text {
|
|
}
|
|
|
|
proc stdConfig::text {} {
|
|
variable node
|
|
|
|
controller syncedprot
|
|
|
|
obj text par -text ""
|
|
}
|