X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1d8729431c8c202bd57aadccf87e0a4777baa055..bb28b47763782647dcc1bec72786c16f39c48d35:/include/wx/gtk/popupwin.h diff --git a/include/wx/gtk/popupwin.h b/include/wx/gtk/popupwin.h index 63c17d793d..d01ecdff01 100644 --- a/include/wx/gtk/popupwin.h +++ b/include/wx/gtk/popupwin.h @@ -30,17 +30,18 @@ public: #ifdef __DARWIN__ virtual ~wxPopupWindow() { } #endif - - wxPopupWindow(wxWindow *parent) { (void)Create(parent); } + + wxPopupWindow(wxWindow *parent, int flags = wxBORDER_NONE) + { (void)Create(parent, flags); } bool Create(wxWindow *parent, int flags = wxBORDER_NONE); virtual bool Show( bool show = TRUE ); - + // implementation // -------------- virtual void DoMoveWindow(int x, int y, int width, int height); - + virtual void OnInternalIdle();