]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/frame.h
Let wxCommandEvent's copy constr copy its string via .c_str() as otherwise ::Clone...
[wxWidgets.git] / include / wx / univ / frame.h
index 1335647d82422782f8637e0bfccd4b9dd179f6c6..924ea90a96a26b36857eb2011d7b104457e927ec 100644 (file)
@@ -16,7 +16,7 @@
 // wxFrame
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxFrame : public wxFrameBase
+class WXDLLIMPEXP_CORE wxFrame : public wxFrameBase
 {
 public:
     wxFrame() {}
@@ -56,8 +56,7 @@ public:
                                      const wxString& name = wxToolBarNameStr);
 #endif // wxUSE_TOOLBAR
 
-    virtual int GetMinWidth() const;
-    virtual int GetMinHeight() const;
+    virtual wxSize GetMinSize() const;
 
     // sends wxSizeEvent to itself (used after attaching xxxBar)
     virtual void SendSizeEvent();