]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/frame.h
Controls will readjust their size and minsize when SetLabel or SetFont
[wxWidgets.git] / include / wx / msw / frame.h
index 5f99f8597dbd7fa928a3e5ea30e7fe8264fdb729..b858afcd54765bb10daffb4ace426c5817218e24 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     01/02/97
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_FRAME_H_
@@ -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();