]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/popupwin.h
wxMac doesn't need UseNativeStatusBar hack
[wxWidgets.git] / include / wx / msw / popupwin.h
index 3ec588a47680b7044c8991adb7e3d98de8e8b1d7..1dffaa67ee8d2d433306cade0f181ab8f122a8a2 100644 (file)
@@ -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)
 };