Esempio n. 1
0
func (c *control) SetText(s string) {
	w32.SetWindowText(c.handle, s)
}
Esempio n. 2
0
func (w *Window) SetTitle(s string) {
	w32.SetWindowText(w.handle, s)
}