SetLabel() and SetValue()
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
87de3c12ff
commit
0bcd18a1c1
|
@ -26,7 +26,7 @@ func (n *OneLiner) String() string {
|
|||
return n.v.String()
|
||||
}
|
||||
|
||||
func (n *OneLiner) SetText(s string) *OneLiner {
|
||||
func (n *OneLiner) SetValue(s string) *OneLiner {
|
||||
log.Log(INFO, "OneLiner.Set() =", s)
|
||||
n.v.SetLabel(s)
|
||||
return n
|
||||
|
|
Loading…
Reference in New Issue