No significant changes. Remove reliance on wx/bookctrl.h being
included in wx/sizer.h. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -86,7 +86,7 @@ enum Orient
|
||||
class NotebookWidgetsPage : public WidgetsPage
|
||||
{
|
||||
public:
|
||||
NotebookWidgetsPage(wxBookCtrl *book, wxImageList *imaglist);
|
||||
NotebookWidgetsPage(wxBookCtrlBase *book, wxImageList *imaglist);
|
||||
virtual ~NotebookWidgetsPage();
|
||||
|
||||
virtual wxControl *GetWidget() const { return m_notebook; }
|
||||
@@ -192,7 +192,7 @@ END_EVENT_TABLE()
|
||||
|
||||
IMPLEMENT_WIDGETS_PAGE(NotebookWidgetsPage, _T("Notebook"));
|
||||
|
||||
NotebookWidgetsPage::NotebookWidgetsPage(wxBookCtrl *book,
|
||||
NotebookWidgetsPage::NotebookWidgetsPage(wxBookCtrlBase *book,
|
||||
wxImageList *imaglist)
|
||||
: WidgetsPage(book)
|
||||
{
|
||||
|
Reference in New Issue
Block a user