]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/statbmp.h
Added back the missing Undo/Redo accelerators that unaccountably
[wxWidgets.git] / include / wx / mac / statbmp.h
index 3ae276eafffda9ea00264ee2a1be6aef3abb6c55..67e92e96e6697b34aa227b1ba4c7d5c8684a96fb 100644 (file)
@@ -46,7 +46,6 @@ class WXDLLEXPORT wxStaticBitmap: public wxStaticBitmapBase
   virtual void Command(wxCommandEvent& WXUNUSED(event)) {};
   virtual void ProcessCommand(wxCommandEvent& WXUNUSED(event)) {};
   virtual void OnPaint( wxPaintEvent &event ) ;
-  void SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO);
 
   wxBitmap GetBitmap() const { return m_bitmap; }
   wxIcon GetIcon() const
@@ -58,7 +57,7 @@ class WXDLLEXPORT wxStaticBitmap: public wxStaticBitmapBase
 
   // overriden base class virtuals
   virtual bool AcceptsFocus() const { return FALSE; }
-  wxSize DoGetBestSize() const ;
+  virtual  wxSize DoGetBestSize() const ;
 
  protected:
   wxBitmap m_bitmap;