]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
added wx/defs.h include to correct compilation issues under Mac OS X
[wxWidgets.git] / include / wx / window.h
index 6e3e82e943071ea07b9267101f949f7a235b88e8..9f43aa71c939f857a887fdb881a7b0f405687611 100644 (file)
@@ -976,6 +976,10 @@ protected:
     virtual void DoSetClientData( void *data );
     virtual void *DoGetClientData() const;
 
+    // Makes an adjustment to the window position (for example, a frame that has
+    // a toolbar that it manages itself).
+    virtual void AdjustForParentClientOrigin(int& x, int& y, int sizeFlags);
+
     // what kind of data do we have?
     wxClientDataType m_clientDataType;
 
@@ -1019,8 +1023,6 @@ private:
         #define sm_classwxWindowMGL sm_classwxWindow
     #endif // wxUniv
     #include "wx/mgl/window.h"
-#elif defined(__WXQT__)
-    #include "wx/qt/window.h"
 #elif defined(__WXMAC__)
     #ifdef __WXUNIVERSAL__
         #define wxWindowNative wxWindowMac