]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/bitmap.h
wxDateTime starting to work, more tests for it and for threads in console sample
[wxWidgets.git] / include / wx / gtk / bitmap.h
index 37c42b14c539eebf50c011f79edbe06ae89d6d64..2e8a50eb6735f3abccf8969ae4c13b76e4ce11ff 100644 (file)
@@ -88,6 +88,7 @@ public:
     { return GetPalette(); };
 
     // implementation
+    // --------------
 
     void SetHeight( int height );
     void SetWidth( int width );
@@ -96,8 +97,6 @@ public:
 
     GdkPixmap *GetPixmap() const;
     GdkBitmap *GetBitmap() const;
-
-    // no data :-)
     
 private:
     DECLARE_DYNAMIC_CLASS(wxBitmap)