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:
		@@ -76,7 +76,7 @@ enum
 | 
			
		||||
class ListboxWidgetsPage : public WidgetsPage
 | 
			
		||||
{
 | 
			
		||||
public:
 | 
			
		||||
    ListboxWidgetsPage(wxBookCtrl *book, wxImageList *imaglist);
 | 
			
		||||
    ListboxWidgetsPage(wxBookCtrlBase *book, wxImageList *imaglist);
 | 
			
		||||
 | 
			
		||||
    virtual wxControl *GetWidget() const { return m_lbox; }
 | 
			
		||||
 | 
			
		||||
@@ -194,7 +194,7 @@ END_EVENT_TABLE()
 | 
			
		||||
 | 
			
		||||
IMPLEMENT_WIDGETS_PAGE(ListboxWidgetsPage, _T("Listbox"));
 | 
			
		||||
 | 
			
		||||
ListboxWidgetsPage::ListboxWidgetsPage(wxBookCtrl *book,
 | 
			
		||||
ListboxWidgetsPage::ListboxWidgetsPage(wxBookCtrlBase *book,
 | 
			
		||||
                                       wxImageList *imaglist)
 | 
			
		||||
                  : WidgetsPage(book)
 | 
			
		||||
{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user