]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/frame.h
don't break lines in the middle of word
[wxWidgets.git] / include / wx / cocoa / frame.h
index 5c3a64c8706d1b2247bf9b9e7d0b6ef4492ddf68..d20f4ed16f111f5f2c728cb34ed7b7a0d506fe28 100644 (file)
@@ -14,6 +14,7 @@
 
 class WXDLLEXPORT wxMenuBar;
 class WXDLLEXPORT wxMenuItem;
 
 class WXDLLEXPORT wxMenuBar;
 class WXDLLEXPORT wxMenuItem;
+class WXDLLEXPORT wxStatusBar;
 
 class WXDLLEXPORT wxFrame: public wxFrameBase 
 {
 
 class WXDLLEXPORT wxFrame: public wxFrameBase 
 {
@@ -68,6 +69,14 @@ public:
     // get the origin of the client area (which may be different from (0, 0)
     // if the frame has a toolbar) in client coordinates
     virtual wxPoint GetClientAreaOrigin() const;
     // get the origin of the client area (which may be different from (0, 0)
     // if the frame has a toolbar) in client coordinates
     virtual wxPoint GetClientAreaOrigin() const;
+
+protected:
+    // Catch the Cocoa size event
+    virtual void Cocoa_FrameChanged(void);
+    void PositionStatusBar();
+    // override base class virtuals
+    virtual void DoGetClientSize(int *width, int *height) const;
+    virtual void DoSetClientSize(int width, int height);
 };
 
 #endif // _WX_COCOA_FRAME_H_
 };
 
 #endif // _WX_COCOA_FRAME_H_