CVS: [VZ] wxWindows/include/wx bookctrl.h, 1.39, 1.40 choicebk.h,
1.9, 1.10 listbook.h, 1.16, 1.17 toolbook.h, 1.3, 1.4 treebook.h,
1.7, 1.8
ABX
abx at abx.art.pl
Sun Oct 8 23:23:21 PDT 2006
- Previous message: Is there such a macro?
- Next message: [wx-dev] Re: CVS: [VZ] wxWindows/include/wx bookctrl.h, 1.39,
1.40 choicebk.h, 1.9, 1.10 listbook.h, 1.16, 1.17 toolbook.h,
1.3, 1.4 treebook.h, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
anonymous at sunsite.dk:
> + // if using DoSetSelection() for implementing [Set|Change]Selection,
> + // then override UpdateSelectedPage() and MakeChangedEvent()
> + virtual int DoSetSelection(size_t nPage, int flags, wxBookCtrlBaseEvent &event);
All book (except notebook) classes report now problem with virtual
DoSetSelection()
..\..\include\wx\choicebk.h(112): Warning! W849: col(1) base class virtual
function has not been overridden
..\..\include\wx\choicebk.h(112): Note! N850: col(1) virtual function is
'wxBookCtrlBase::DoSetSelection'
..\..\include\wx\bookctrl.h(235): Note! N392: col(17) definition: 'int
wxBookCtrlBase::DoSetSelection( unsigned, int, wxBookCtrlBaseEvent & )'
..\..\include\wx\bookctrl.h(235): Note! N881: col(17) cannot be called with a
'wxChoicebook *'
..\..\include\wx\listbook.h(110): Warning! W849: col(1) base class virtual
function has not been overridden
..\..\include\wx\listbook.h(110): Note! N850: col(1) virtual function is
'wxBookCtrlBase::DoSetSelection'
..\..\include\wx\bookctrl.h(235): Note! N392: col(17) definition: 'int
wxBookCtrlBase::DoSetSelection( unsigned, int, wxBookCtrlBaseEvent & )'
..\..\include\wx\bookctrl.h(235): Note! N881: col(17) cannot be called with a
'wxListbook *'
..\..\include\wx\toolbook.h(127): Warning! W849: col(1) base class virtual
function has not been overridden
..\..\include\wx\toolbook.h(127): Note! N850: col(1) virtual function is
'wxBookCtrlBase::DoSetSelection'
..\..\include\wx\bookctrl.h(235): Note! N392: col(17) definition: 'int
wxBookCtrlBase::DoSetSelection( unsigned, int, wxBookCtrlBaseEvent & )'
..\..\include\wx\bookctrl.h(235): Note! N881: col(17) cannot be called with a
'wxToolbook *'
..\..\include\wx\treebook.h(233): Warning! W849: col(1) base class virtual
function has not been overridden
..\..\include\wx\treebook.h(233): Note! N850: col(1) virtual function is
'wxBookCtrlBase::DoSetSelection'
..\..\include\wx\bookctrl.h(235): Note! N392: col(17) definition: 'int
wxBookCtrlBase::DoSetSelection( unsigned, int, wxBookCtrlBaseEvent & )'
..\..\include\wx\bookctrl.h(235): Note! N881: col(17) cannot be called with a
'wxTreebook *'
ABX
- Previous message: Is there such a macro?
- Next message: [wx-dev] Re: CVS: [VZ] wxWindows/include/wx bookctrl.h, 1.39,
1.40 choicebk.h, 1.9, 1.10 listbook.h, 1.16, 1.17 toolbook.h,
1.3, 1.4 treebook.h, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the wx-dev
mailing list