]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/bitmap.h
wxNotebook interface (it may change!), implementation file is not yet
[wxWidgets.git] / include / wx / gtk / bitmap.h
index 42f2dabc5a87130bd35371b277141b4f783a3ce4..4d5acb76f72436e41fc31d40349e6134ffa38410 100644 (file)
@@ -29,6 +29,8 @@ class wxDC;
 class wxPaintDC;
 class wxMemoryDC;
 class wxToolBarGTK;
+class wxBitmapButton;
+class wxStaticBitmap;
 
 class wxMask;
 class wxBitmap;
@@ -55,6 +57,8 @@ class wxMask: public wxObject
     friend wxDC;
     friend wxPaintDC;
     friend wxToolBarGTK;
+    friend wxBitmapButton;
+    friend wxStaticBitmap;
     
     GdkBitmap *GetBitmap(void) const;
     
@@ -111,6 +115,8 @@ class wxBitmap: public wxObject
     friend wxPaintDC;
     friend wxMemoryDC;
     friend wxToolBarGTK;
+    friend wxBitmapButton;
+    friend wxStaticBitmap;
 
     GdkPixmap *GetPixmap(void) const;
     GdkBitmap *GetBitmap(void) const;