wxWindow::FindFocus() and wxTextCtrl woes under MAC
Jason Dolan
jayson.dolan at gmail.com
Tue Apr 3 06:38:22 PDT 2007
On Apr 3, 9:28 am, hchapman-wx-us... at 3gfp.com (Richard Harvey Chapman)
wrote:
> In order to get this to work, did you have to bind/connect the focus
> events of each individual child widget?
No, I'm using wxEVT_CHILD_FOCUS which is a wxCommandEvent. The event
is propagated up. So you need to only catch it from the top window.
>
> R.
More information about the wx-users
mailing list