]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/frame.h
More Watcom C++ compilation stuff
[wxWidgets.git] / include / wx / msw / frame.h
index 722f4bf695e51dfa7ab20bb4058f98bc95bfb9d6..e2854723527d49bf469a482df4e759a571a8b354 100644 (file)
@@ -57,9 +57,6 @@ public:
 
     virtual bool Destroy();
 
-    virtual void ClientToScreen(int *x, int *y) const;
-    virtual void ScreenToClient(int *x, int *y) const;
-
     void OnSize(wxSizeEvent& event);
     void OnMenuHighlight(wxMenuEvent& event);
     void OnActivate(wxActivateEvent& event);
@@ -179,6 +176,9 @@ protected:
 
     virtual void DoSetClientSize(int width, int height);
 
+    virtual void DoClientToScreen(int *x, int *y) const;
+    virtual void DoScreenToClient(int *x, int *y) const;
+
     // a plug in for MDI frame classes which need to do something special when
     // the menubar is set
     virtual void InternalSetMenuBar();