]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/frame.h
Peparation for native Smartphone controls based on Spinners.
[wxWidgets.git] / include / wx / msw / frame.h
index 0680ada270cc5d863349625d2f2857bbfc126f8f..b858afcd54765bb10daffb4ace426c5817218e24 100644 (file)
@@ -102,6 +102,8 @@ public:
     // current size - this has an effect of refreshing the window layout
     virtual void SendSizeEvent();
 
+    virtual wxPoint GetClientAreaOrigin() const;
+    
 protected:
     // common part of all ctors
     void Init();
@@ -133,7 +135,7 @@ protected:
 
     virtual bool IsMDIChild() const { return FALSE; }
 
-    // get default (wxWindows) icon for the frame
+    // get default (wxWidgets) icon for the frame
     virtual WXHICON GetDefaultIcon() const;
 
 #if wxUSE_STATUSBAR