]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/statbmp.cpp
title-less windows also for windows
[wxWidgets.git] / src / mac / statbmp.cpp
index 03f68a2ea748fba9c407f11c856fcdcf12991cc3..b66b32f07248f99891befa8646b5774d468261e3 100644 (file)
@@ -10,7 +10,7 @@
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
-#pragma implementation "statbmp.h"
+  #pragma implementation "statbmp.h"
 #endif
 
 #include "wx/defs.h"
@@ -19,7 +19,7 @@
 #include "wx/dcclient.h"
 
 #if !USE_SHARED_LIBRARY
-IMPLEMENT_DYNAMIC_CLASS(wxStaticBitmap, wxStaticBitmapBase)
+IMPLEMENT_DYNAMIC_CLASS(wxStaticBitmap, wxControl)
 #endif
 
 /*
@@ -57,11 +57,6 @@ bool wxStaticBitmap::Create(wxWindow *parent, wxWindowID id,
     return ret;
 }
 
-void wxStaticBitmap::SetSize(int x, int y, int width, int height, int sizeFlags)
-{
-    wxControl::SetSize( x , y , width , height , sizeFlags ) ;
-}
-
 void wxStaticBitmap::SetBitmap(const wxBitmap& bitmap)
 {
     m_bitmap = bitmap;