wxBookCtrl->wxBookCtrlBase. wxBookCtrl is now most suitable book for given platform. Samples adjustement.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30723 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -43,7 +43,7 @@ class WXDLLEXPORT wxStaticLine;
|
||||
// wxListbook
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
class WXDLLEXPORT wxListbook : public wxBookCtrl
|
||||
class WXDLLEXPORT wxListbook : public wxBookCtrlBase
|
||||
{
|
||||
public:
|
||||
wxListbook()
|
||||
@@ -129,12 +129,12 @@ private:
|
||||
// listbook event class and related stuff
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
class WXDLLEXPORT wxListbookEvent : public wxBookCtrlEvent
|
||||
class WXDLLEXPORT wxListbookEvent : public wxBookCtrlBaseEvent
|
||||
{
|
||||
public:
|
||||
wxListbookEvent(wxEventType commandType = wxEVT_NULL, int id = 0,
|
||||
int nSel = wxNOT_FOUND, int nOldSel = wxNOT_FOUND)
|
||||
: wxBookCtrlEvent(commandType, id, nSel, nOldSel)
|
||||
: wxBookCtrlBaseEvent(commandType, id, nSel, nOldSel)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user