]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/statbmp.cpp
fixes
[wxWidgets.git] / src / gtk1 / statbmp.cpp
index 4f68379b4176b733e26ee9aa0702ad31c6f2059d..524bfe575b0b9219e5031a01d8f7a204ee54dedf 100644 (file)
@@ -2,9 +2,8 @@
 // Name:        statbmp.cpp
 // Purpose:
 // Author:      Robert Roebling
 // Name:        statbmp.cpp
 // Purpose:
 // Author:      Robert Roebling
-// Created:     01/02/97
-// Id:
-// Copyright:   (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
+// Id:          $Id$
+// Copyright:   (c) 1998 Robert Roebling
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -22,14 +21,14 @@ IMPLEMENT_DYNAMIC_CLASS(wxStaticBitmap,wxControl)
 
 wxStaticBitmap::wxStaticBitmap(void)
 {
 
 wxStaticBitmap::wxStaticBitmap(void)
 {
-};
+}
 
 wxStaticBitmap::wxStaticBitmap( wxWindow *parent, wxWindowID id, const wxBitmap &bitmap, 
       const wxPoint &pos, const wxSize &size, 
       long style, const wxString &name )
 {
   Create( parent, id, bitmap, pos, size, style, name );
 
 wxStaticBitmap::wxStaticBitmap( wxWindow *parent, wxWindowID id, const wxBitmap &bitmap, 
       const wxPoint &pos, const wxSize &size, 
       long style, const wxString &name )
 {
   Create( parent, id, bitmap, pos, size, style, name );
-};
+}
 
 bool wxStaticBitmap::Create( wxWindow *parent, wxWindowID id, const wxBitmap &bitmap, 
       const wxPoint &pos, const wxSize &size, 
 
 bool wxStaticBitmap::Create( wxWindow *parent, wxWindowID id, const wxBitmap &bitmap, 
       const wxPoint &pos, const wxSize &size, 
@@ -63,7 +62,7 @@ bool wxStaticBitmap::Create( wxWindow *parent, wxWindowID id, const wxBitmap &bi
   Show( TRUE );
     
   return TRUE;
   Show( TRUE );
     
   return TRUE;
-};
+}
 
 void wxStaticBitmap::SetBitmap( const wxBitmap &bitmap ) 
 {
 
 void wxStaticBitmap::SetBitmap( const wxBitmap &bitmap ) 
 {
@@ -75,5 +74,4 @@ void wxStaticBitmap::SetBitmap( const wxBitmap &bitmap )
     if (m_bitmap.GetMask()) mask = m_bitmap.GetMask()->GetBitmap();
     gtk_pixmap_set( GTK_PIXMAP(m_widget), m_bitmap.GetPixmap(), mask );
   }
     if (m_bitmap.GetMask()) mask = m_bitmap.GetMask()->GetBitmap();
     gtk_pixmap_set( GTK_PIXMAP(m_widget), m_bitmap.GetPixmap(), mask );
   }
-};
-
+}