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