]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
better fix for MIPSpro warnings: removed unneeded calls to floor()
[wxWidgets.git] / include / wx / window.h
index 2e940e1ddd7863392a6130f1b9130a5cec2fcab2..734e518ca79e80f1ce8534d246538c93bc94ab11 100644 (file)
@@ -975,6 +975,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;