]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/window.h
safer definitions for wx(U)Int32,16 (taken from intl.cpp)
[wxWidgets.git] / include / wx / motif / window.h
index d4cabf0cbcf4330cb28ba5742cd0830701f72fa0..93f03ca231a26e9afad9f171685083c3a7929914 100644 (file)
@@ -175,10 +175,6 @@ protected:
     // event handlers (not virtual by design)
     void OnIdle(wxIdleEvent& event);
     
-    // 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);
-    
     wxWindow *GetChild(int number) const
     { return GetChildren().Item(number)->GetData(); }
     
@@ -314,7 +310,6 @@ protected:
     virtual void DoSetClientSize(int width, int height);
     virtual void DoMoveWindow(int x, int y, int width, int height);
     virtual bool DoPopupMenu(wxMenu *menu, int x, int y);
-    
     virtual void DoCaptureMouse();
     virtual void DoReleaseMouse();