]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/toplevel.h
added GAUGE standard colour and use it in DrawProgressBar() if the colour
[wxWidgets.git] / include / wx / os2 / toplevel.h
index 7ad9f88570a88246528a974915e926056daaad3e..2557c3981fbf398665b5f526f3c70baac7a5a9f5 100644 (file)
@@ -85,8 +85,10 @@ public:
     //
            virtual void AlterChildPos(void); // OS/2 child control positioning
            virtual void UpdateInternalSize( wxWindow* pChild
+                                           ,int       nWidth
                                            ,int       nHeight
                                           );
+           PSWP         GetSwpClient(void) { return &m_vSwpClient; }
 protected:
     //
     // Common part of all ctors
@@ -157,6 +159,7 @@ protected:
     WXHWND                          m_hFrame;
     SWP                             m_vSwp;
     SWP                             m_vSwpClient;
+    static bool                     m_sbInitialized;
 }; // end of CLASS wxTopLevelWindowOS2
 
 //