// wxFrame
// ----------------------------------------------------------------------------
-class WXDLLEXPORT wxFrame : public wxFrameBase
+class WXDLLIMPEXP_CORE wxFrame : public wxFrameBase
{
public:
wxFrame() {}
const wxString& name = wxToolBarNameStr);
#endif // wxUSE_TOOLBAR
- virtual int GetMinWidth() const;
- virtual int GetMinHeight() const;
-
- // sends wxSizeEvent to itself (used after attaching xxxBar)
- virtual void SendSizeEvent();
+ virtual wxSize GetMinSize() const;
protected:
void OnSize(wxSizeEvent& event);