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:
parent
17ec440be6
commit
5378558e5c
14 changed files with 30 additions and 29 deletions
|
|
@ -139,7 +139,7 @@ END_EVENT_TABLE()
|
|||
class StaticWidgetsPage : public WidgetsPage
|
||||
{
|
||||
public:
|
||||
StaticWidgetsPage(wxBookCtrl *book, wxImageList *imaglist);
|
||||
StaticWidgetsPage(wxBookCtrlBase *book, wxImageList *imaglist);
|
||||
virtual ~StaticWidgetsPage(){};
|
||||
|
||||
virtual wxControl *GetWidget() const { return m_statText; }
|
||||
|
|
@ -205,7 +205,7 @@ END_EVENT_TABLE()
|
|||
|
||||
IMPLEMENT_WIDGETS_PAGE(StaticWidgetsPage, _T("Static"));
|
||||
|
||||
StaticWidgetsPage::StaticWidgetsPage(wxBookCtrl *book,
|
||||
StaticWidgetsPage::StaticWidgetsPage(wxBookCtrlBase *book,
|
||||
wxImageList *imaglist)
|
||||
: WidgetsPage(book)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue