]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/bitmap.h
removed pnghand from MSW sources - obsoleted
[wxWidgets.git] / include / wx / gtk1 / bitmap.h
index 37c42b14c539eebf50c011f79edbe06ae89d6d64..8449a01cdb8467d1d68cecba4bb28bd254e9a7a6 100644 (file)
@@ -19,6 +19,7 @@
 #include "wx/object.h"
 #include "wx/string.h"
 #include "wx/palette.h"
+#include "wx/gdiobj.h"
 
 //-----------------------------------------------------------------------------
 // classes
@@ -57,7 +58,7 @@ private:
 // wxBitmap
 //-----------------------------------------------------------------------------
 
-class wxBitmap: public wxObject
+class wxBitmap: public wxGDIObject
 {
 public:
     wxBitmap();
@@ -88,6 +89,7 @@ public:
     { return GetPalette(); };
 
     // implementation
+    // --------------
 
     void SetHeight( int height );
     void SetWidth( int width );
@@ -96,8 +98,6 @@ public:
 
     GdkPixmap *GetPixmap() const;
     GdkBitmap *GetBitmap() const;
-
-    // no data :-)
     
 private:
     DECLARE_DYNAMIC_CLASS(wxBitmap)