]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/toplevel.h
added default parameter values to the overloaded Show() and Enable() versions
[wxWidgets.git] / include / wx / os2 / toplevel.h
index 4224ed63b716f44936d3bf89343acc44b26ec063..d0e1a3e469062106085f11bbcde7e55b3df14e9f 100644 (file)
@@ -67,7 +67,7 @@ public:
            virtual void Restore(void);
            virtual void SendSizeEvent(void);
            virtual void SetIcon(const wxIcon& rIcon);
-    inline virtual void SetIcons(const wxIconBundle& icons) { SetIcon( icons.GetIcon( -1 ) ); }
+           virtual void SetIcons(const wxIconBundle& rIcons);
 
            virtual bool Show(bool bShow = TRUE);
            virtual bool ShowFullScreen( bool bShow
@@ -131,6 +131,12 @@ protected:
     virtual WXDWORD OS2GetStyle( long     lFlag
                                 ,WXDWORD* pdwExstyle
                                ) const;
+
+    //
+    // Choose the right parent to use with CreateWindow()
+    //
+    virtual WXHWND  OS2GetParent(void) const;
+
     //
     // Is the frame currently iconized?
     //
@@ -155,6 +161,7 @@ protected:
     SWP                             m_vSwp;
     SWP                             m_vSwpClient;
     static bool                     m_sbInitialized;
+    static wxWindow*                m_spHiddenParent;
 }; // end of CLASS wxTopLevelWindowOS2
 
 //