From 87355003830783c1c16b0374446c005511d6d708 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Thu, 10 Nov 2005 12:15:04 +0000 Subject: [PATCH] Lineup features of all book driven events. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36152 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/choicebk.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/include/wx/choicebk.h b/include/wx/choicebk.h index 4a5a684382..6c215fc764 100644 --- a/include/wx/choicebk.h +++ b/include/wx/choicebk.h @@ -105,8 +105,15 @@ public: { } + wxChoicebookEvent(const wxChoicebookEvent& event) + : wxBookCtrlBaseEvent(event) + { + } + + virtual wxEvent *Clone() const { return new wxChoicebookEvent(*this); } + private: - DECLARE_DYNAMIC_CLASS_NO_COPY(wxChoicebookEvent) + DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxChoicebookEvent) }; extern WXDLLIMPEXP_CORE const wxEventType wxEVT_COMMAND_CHOICEBOOK_PAGE_CHANGED; -- 2.45.2