]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/bitmap.h
Added wxRadioButton (not tested)
[wxWidgets.git] / include / wx / gtk / bitmap.h
index 379e0065e8d258f257de47e83edcef0410fbd518..fe5f8eddec01b89938a1df0fc46a891b192ce9ae 100644 (file)
@@ -31,6 +31,8 @@ class wxMemoryDC;
 class wxToolBar;
 class wxBitmapButton;
 class wxStaticBitmap;
+class wxFrame;
+class wxTreeCtrl;
 
 class wxMask;
 class wxBitmap;
@@ -59,6 +61,8 @@ class wxMask: public wxObject
     friend wxToolBar;
     friend wxBitmapButton;
     friend wxStaticBitmap;
+    friend wxFrame;
+    friend wxTreeCtrl;
 
     GdkBitmap *GetBitmap() const;
 
@@ -119,6 +123,8 @@ class wxBitmap: public wxObject
     friend wxToolBar;
     friend wxBitmapButton;
     friend wxStaticBitmap;
+    friend wxFrame;
+    friend wxTreeCtrl;
 
     GdkPixmap *GetPixmap() const;
     GdkBitmap *GetBitmap() const;