Title? what with the Ttile?
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
57843518b2
commit
50074e543b
|
@ -74,7 +74,12 @@ func (w *BasicWindow) Toggle() {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
func (w *BasicWindow) Title(title string) {
|
func (w *BasicWindow) SetTitle(title string) {
|
||||||
|
w.SetLabel(title)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
func (w *BasicWindow) SetLabel(title string) {
|
||||||
if !w.Ready() {
|
if !w.Ready() {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue