]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/statbmp.h
Added wx/listbase.h with wxListCtrl types, so we can
[wxWidgets.git] / include / wx / mac / statbmp.h
index 3ae276eafffda9ea00264ee2a1be6aef3abb6c55..f2cbc707309b18c59ab440018e558a882e982c0f 100644 (file)
@@ -45,8 +45,7 @@ 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);
+  void         OnPaint( wxPaintEvent &event ) ;
 
   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;