X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e49d97e66a1c4d01413face83788d77e1d187fe6..a434b43fd4ac9db00fa6115ab40449613595f1a2:/include/wx/msw/popupwin.h diff --git a/include/wx/msw/popupwin.h b/include/wx/msw/popupwin.h index 3ec588a476..1dffaa67ee 100644 --- a/include/wx/msw/popupwin.h +++ b/include/wx/msw/popupwin.h @@ -30,11 +30,18 @@ public: bool Create(wxWindow *parent, int flags = wxBORDER_NONE); + virtual bool Show(bool show = TRUE); + protected: + // popups handle the position like wxTopLevelWindow, not wxWindow virtual void DoGetPosition(int *x, int *y) const; + // return the style to be used for the popup windows virtual WXDWORD MSWGetStyle(long flags, WXDWORD *exstyle) const; + // get the HWND to be used as parent of this window with CreateWindow() + virtual WXHWND MSWGetParent() const; + DECLARE_DYNAMIC_CLASS(wxPopupWindow) };