]> git.saurik.com Git - wxWidgets.git/commitdiff
Added friend wxNotebook
authorJulian Smart <julian@anthemion.co.uk>
Fri, 4 Sep 1998 11:25:34 +0000 (11:25 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 4 Sep 1998 11:25:34 +0000 (11:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@664 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk/bitmap.h
include/wx/gtk1/bitmap.h

index dcf1d232689bcf7f58fab43e23f27de735d12f3b..b14cb20955f203e7a94c510ed3345e43d1a77a59 100644 (file)
@@ -34,6 +34,7 @@ class wxStaticBitmap;
 class wxFrame;
 class wxDialog;
 class wxTreeCtrl;
 class wxFrame;
 class wxDialog;
 class wxTreeCtrl;
+class wxNotebook;
 
 class wxMask;
 class wxBitmap;
 
 class wxMask;
 class wxBitmap;
@@ -65,6 +66,7 @@ class wxMask: public wxObject
     friend wxFrame;
     friend wxDialog;
     friend wxTreeCtrl;
     friend wxFrame;
     friend wxDialog;
     friend wxTreeCtrl;
+    friend wxNotebook;
 
     GdkBitmap *GetBitmap() const;
 
 
     GdkBitmap *GetBitmap() const;
 
index dcf1d232689bcf7f58fab43e23f27de735d12f3b..b14cb20955f203e7a94c510ed3345e43d1a77a59 100644 (file)
@@ -34,6 +34,7 @@ class wxStaticBitmap;
 class wxFrame;
 class wxDialog;
 class wxTreeCtrl;
 class wxFrame;
 class wxDialog;
 class wxTreeCtrl;
+class wxNotebook;
 
 class wxMask;
 class wxBitmap;
 
 class wxMask;
 class wxBitmap;
@@ -65,6 +66,7 @@ class wxMask: public wxObject
     friend wxFrame;
     friend wxDialog;
     friend wxTreeCtrl;
     friend wxFrame;
     friend wxDialog;
     friend wxTreeCtrl;
+    friend wxNotebook;
 
     GdkBitmap *GetBitmap() const;
 
 
     GdkBitmap *GetBitmap() const;