]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statbox.h
guarding agains NULL
[wxWidgets.git] / include / wx / msw / statbox.h
index e51ede32cfd9f29826daf0edae56a644df7c0d1d..15b25cb4e2b1ba0ec159b65f02b4e8f41f25cb3f 100644 (file)
@@ -13,7 +13,7 @@
 #define _WX_MSW_STATBOX_H_
 
 // Group box
-class WXDLLEXPORT wxStaticBox : public wxStaticBoxBase
+class WXDLLIMPEXP_CORE wxStaticBox : public wxStaticBoxBase
 {
 public:
     wxStaticBox() { }
@@ -43,6 +43,10 @@ public:
     // returns true if the platform should explicitly apply a theme border
     virtual bool CanApplyThemeBorder() const { return false; }
 
+    virtual wxPoint GetClientAreaOrigin() const;
+    virtual void DoGetClientSize(int *width, int *height) const;
+
+
 protected:
     virtual wxSize DoGetBestSize() const;