wxPython 2.5.1.5, u, GTK2
I want to set focus to a grid on a panel on a notebook page, but
grid.SetFocus() doesn't do it. grid.GetGridWindow().SetFocus()
doesn't do it either.
This does it:
for window in self.grid.GetChildren():
window.SetFocus()
FYI.
···
--
Paul