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:
parent
db5d183b03
commit
dd7f2a6c52
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user