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