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