]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/toplevel.h
Doc tweaks
[wxWidgets.git] / include / wx / msw / toplevel.h
index 645ce4300299f325e238027b937553cf27dde95f..85bf00c07286e73bdf65aa09012b2d9f10c7ead7 100644 (file)
@@ -55,6 +55,7 @@ public:
     virtual void Iconize(bool iconize = TRUE);
     virtual bool IsIconized() const;
     virtual void SetIcon(const wxIcon& icon);
+    virtual void SetIcons(const wxIconBundle& icons );
     virtual void Restore();
 
     virtual bool Show(bool show = TRUE);
@@ -88,11 +89,8 @@ protected:
     // common part of Iconize(), Maximize() and Restore()
     void DoShowWindow(int nShowCmd);
 
-    // get the MSW window flags corresponding to wxWindows ones
-    //
-    // the functions returns the flags (WS_XXX) directly and puts the ext
-    // (WS_EX_XXX) flags into the provided pointer if not NULL
-    long MSWGetCreateWindowFlags(long *exflags) const;
+    // translate wxWindows flags to Windows ones
+    virtual WXDWORD MSWGetStyle(long flags, WXDWORD *exstyle) const;
 
     // is the frame currently iconized?
     bool m_iconized;