[Source]
# File tk/lib/tk/label.rb, line 19 def textvariable(v) configure 'textvariable', tk_trace_variable(v) end
[Validate]