Esempio n. 1
0
func (c *control) GetText() string {
	return w32.GetWindowText(c.handle)
}
Esempio n. 2
0
func (w *Window) GetTitle() string {
	return w32.GetWindowText(w.handle)
}