]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/popupwin.h
GRR! Reverting last change. I broke some things that I thought I had tested before...
[wxWidgets.git] / include / wx / popupwin.h
index 2915205ed8fb3b6b4c2886e6a86922598dab5506..9cd390d2fad91fe03c4f5647550c56dbb5392e3c 100644 (file)
@@ -124,15 +124,6 @@ protected:
     // remove our event handlers
     void PopHandlers();
 
-    // get alerted when child gets deleted from under us
-    void OnDestroy(wxWindowDestroyEvent& event);
-
-    void OnEnter(wxMouseEvent& event);
-    void OnLeave(wxMouseEvent& event);
-    void OnLeftDown(wxMouseEvent& event);
-    void OnChildEnter(wxMouseEvent& event);
-    void OnChildLeave(wxMouseEvent& event);
-    
     // the child of this popup if any
     wxWindow *m_child;
 
@@ -147,7 +138,6 @@ protected:
     wxPopupWindowHandler *m_handlerPopup;
     wxPopupFocusHandler  *m_handlerFocus;
 
-    DECLARE_EVENT_TABLE()
     DECLARE_DYNAMIC_CLASS(wxPopupTransientWindow)
     DECLARE_NO_COPY_CLASS(wxPopupTransientWindow)
 };