Added friend wxNotebook

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@664 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 1998-09-04 11:25:34 +00:00
parent db5d183b03
commit dd7f2a6c52
2 changed files with 4 additions and 0 deletions

View File

@ -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;

View File

@ -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;