From dd7f2a6c52cb5535a021dfcdc83f4ba8b37dbce1 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Fri, 4 Sep 1998 11:25:34 +0000 Subject: [PATCH] Added friend wxNotebook git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@664 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/gtk/bitmap.h | 2 ++ include/wx/gtk1/bitmap.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/include/wx/gtk/bitmap.h b/include/wx/gtk/bitmap.h index dcf1d23268..b14cb20955 100644 --- a/include/wx/gtk/bitmap.h +++ b/include/wx/gtk/bitmap.h @@ -34,6 +34,7 @@ class wxStaticBitmap; class wxFrame; class wxDialog; class wxTreeCtrl; +class wxNotebook; class wxMask; class wxBitmap; @@ -65,6 +66,7 @@ class wxMask: public wxObject friend wxFrame; friend wxDialog; friend wxTreeCtrl; + friend wxNotebook; GdkBitmap *GetBitmap() const; diff --git a/include/wx/gtk1/bitmap.h b/include/wx/gtk1/bitmap.h index dcf1d23268..b14cb20955 100644 --- a/include/wx/gtk1/bitmap.h +++ b/include/wx/gtk1/bitmap.h @@ -34,6 +34,7 @@ class wxStaticBitmap; class wxFrame; class wxDialog; class wxTreeCtrl; +class wxNotebook; class wxMask; class wxBitmap; @@ -65,6 +66,7 @@ class wxMask: public wxObject friend wxFrame; friend wxDialog; friend wxTreeCtrl; + friend wxNotebook; GdkBitmap *GetBitmap() const;