more compile fixes on wxGTK; auibook.h and tabmdi.h are now uncommented in aui.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -15,8 +15,8 @@
|
|||||||
#include "wx/aui/framemanager.h"
|
#include "wx/aui/framemanager.h"
|
||||||
#include "wx/aui/dockart.h"
|
#include "wx/aui/dockart.h"
|
||||||
#include "wx/aui/floatpane.h"
|
#include "wx/aui/floatpane.h"
|
||||||
//#include "wx/aui/auibook.h"
|
#include "wx/aui/auibook.h"
|
||||||
//#include "wx/aui/tabmdi.h"
|
#include "wx/aui/tabmdi.h"
|
||||||
|
|
||||||
#endif // _WX_AUI_H_
|
#endif // _WX_AUI_H_
|
||||||
|
|
||||||
|
@@ -95,6 +95,7 @@ class WXDLLIMPEXP_AUI wxAuiTabContainer
|
|||||||
public:
|
public:
|
||||||
|
|
||||||
wxAuiTabContainer();
|
wxAuiTabContainer();
|
||||||
|
virtual ~wxAuiTabContainer();
|
||||||
|
|
||||||
bool AddPage(wxWindow* page, const wxAuiNotebookPage& info);
|
bool AddPage(wxWindow* page, const wxAuiNotebookPage& info);
|
||||||
bool InsertPage(wxWindow* page, const wxAuiNotebookPage& info, size_t idx);
|
bool InsertPage(wxWindow* page, const wxAuiNotebookPage& info, size_t idx);
|
||||||
|
Reference in New Issue
Block a user