X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/799ea01170e831c212320b0cb3038a91785e4789..a407ff6ae8668b8f37b139a9420bcc041fa8adc1:/include/wx/popupwin.h diff --git a/include/wx/popupwin.h b/include/wx/popupwin.h index 55862dea2d..ec8bc16b04 100644 --- a/include/wx/popupwin.h +++ b/include/wx/popupwin.h @@ -107,9 +107,14 @@ protected: // the window which has the focus while we're shown wxWindow *m_focus; + // these classes may call our DismissAndNotify() friend class wxPopupWindowHandler; friend class wxPopupFocusHandler; + // the handlers we created, may be NULL (if not, must be deleted) + wxPopupWindowHandler *m_handlerPopup; + wxPopupFocusHandler *m_handlerFocus; + DECLARE_DYNAMIC_CLASS(wxPopupTransientWindow) };