]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/events.i
reverted my locale change
[wxWidgets.git] / wxPython / src / events.i
index 8e4190a2ccf78bff3c4919ea1b206a52ded901ac..9b1ef3743193319848d2ed638a59d9ded2557295 100644 (file)
@@ -269,6 +269,18 @@ public:
     wxFocusEvent(WXTYPE eventType = 0, int id = 0);
 };
 
+//---------------------------------------------------------------------------
+
+// wxChildFocusEvent notifies the parent that a child has got the focus: unlike
+// wxFocusEvent it is propgated upwards the window chain
+class  wxChildFocusEvent : public wxCommandEvent
+{
+public:
+    wxChildFocusEvent(wxWindow *win = NULL);
+    wxWindow *GetWindow() const;
+};
+
+
 //---------------------------------------------------------------------------
 
 class wxActivateEvent: public wxEvent{