func (c *control) GetText() string { return w32.GetWindowText(c.handle) }
func (w *Window) GetTitle() string { return w32.GetWindowText(w.handle) }