]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/popupwin.h
Renamed internal GetClientWindow to GetClientAreaWindow so
[wxWidgets.git] / include / wx / msw / popupwin.h
index 3ec588a47680b7044c8991adb7e3d98de8e8b1d7..ae220bc388d4e14090b603261c06cef4b9537e35 100644 (file)
@@ -31,10 +31,15 @@ public:
     bool Create(wxWindow *parent, int flags = wxBORDER_NONE);
 
 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)
 };