GRR! Reverting last change. I broke some things that I thought I had tested before...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-04-12 04:53:26 +00:00
parent ad7f2e868b
commit 68406a9b43
2 changed files with 5 additions and 125 deletions

View 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)
};