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