]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/frame.h
GUI thread update and event corrections.
[wxWidgets.git] / include / wx / msw / frame.h
index 81f12ec2bc33c0c0036ddab9e759b0dc371fb8cd..4294359921a0830927d1f9efe2fab6b429bdefb6 100644 (file)
@@ -94,10 +94,6 @@ public:
 
     WXHMENU GetWinMenu() const { return m_hMenu; }
 
-    // Returns the origin of client area (may be different from (0,0) if the
-    // frame has a toolbar)
-    virtual wxPoint GetClientAreaOrigin() const;
-
     // event handlers
     bool HandlePaint();
     bool HandleSize(int x, int y, WXUINT flag);
@@ -128,9 +124,6 @@ protected:
 
     virtual void DoSetClientSize(int width, int height);
 
-    virtual void DoClientToScreen(int *x, int *y) const;
-    virtual void DoScreenToClient(int *x, int *y) const;
-
     // helper
     void DetachMenuBar();