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:
parent
fe498448fc
commit
9fabaac49c
2 changed files with 3 additions and 2 deletions
|
|
@ -15,8 +15,8 @@
|
|||
#include "wx/aui/framemanager.h"
|
||||
#include "wx/aui/dockart.h"
|
||||
#include "wx/aui/floatpane.h"
|
||||
//#include "wx/aui/auibook.h"
|
||||
//#include "wx/aui/tabmdi.h"
|
||||
#include "wx/aui/auibook.h"
|
||||
#include "wx/aui/tabmdi.h"
|
||||
|
||||
#endif // _WX_AUI_H_
|
||||
|
||||
|
|
|
|||
|
|
@ -95,6 +95,7 @@ class WXDLLIMPEXP_AUI wxAuiTabContainer
|
|||
public:
|
||||
|
||||
wxAuiTabContainer();
|
||||
virtual ~wxAuiTabContainer();
|
||||
|
||||
bool AddPage(wxWindow* page, const wxAuiNotebookPage& info);
|
||||
bool InsertPage(wxWindow* page, const wxAuiNotebookPage& info, size_t idx);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue