X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eddf46fea787f245c2b92a02f9777c597e1d9687..5a1cad6ea487130bc074d858368cd93241ae2cf2:/include/wx/popupwin.h?ds=sidebyside diff --git a/include/wx/popupwin.h b/include/wx/popupwin.h index 010481ec0c..0bef727d28 100644 --- a/include/wx/popupwin.h +++ b/include/wx/popupwin.h @@ -68,6 +68,9 @@ public: // when the user clicks mouse outside it or if it loses focus in any other way // ---------------------------------------------------------------------------- +class WXDLLEXPORT wxPopupWindowHandler; +class WXDLLEXPORT wxPopupFocusHandler; + class WXDLLEXPORT wxPopupTransientWindow : public wxPopupWindow { public: @@ -83,6 +86,10 @@ public: // hide the window virtual void Dismiss(); + + + virtual bool CanDismiss() + { return TRUE; } // called when a mouse is pressed while the popup is shown: return TRUE // from here to prevent its normal processing by the popup (which consists