X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e1b7217e23ca588d0b9073ad0e98165593a9df5a..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/toolbook.h?ds=sidebyside diff --git a/interface/wx/toolbook.h b/interface/wx/toolbook.h index 630f8eca54..2672e2baff 100644 --- a/interface/wx/toolbook.h +++ b/interface/wx/toolbook.h @@ -2,15 +2,14 @@ // Name: toolbook.h // Purpose: interface of wxToolbook // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #define wxTBK_BUTTONBAR 0x0100 #define wxTBK_HORZ_LAYOUT 0x8000 -wxEventType wxEVT_COMMAND_TOOLBOOK_PAGE_CHANGED; -wxEventType wxEVT_COMMAND_TOOLBOOK_PAGE_CHANGING; +wxEventType wxEVT_TOOLBOOK_PAGE_CHANGED; +wxEventType wxEVT_TOOLBOOK_PAGE_CHANGING; /** @@ -40,10 +39,10 @@ wxEventType wxEVT_COMMAND_TOOLBOOK_PAGE_CHANGING; @beginEventEmissionTable{wxBookCtrlEvent} @event{EVT_TOOLBOOK_PAGE_CHANGED(id, func)} The page selection was changed. - Processes a @c wxEVT_COMMAND_TOOLBOOK_PAGE_CHANGED event. + Processes a @c wxEVT_TOOLBOOK_PAGE_CHANGED event. @event{EVT_TOOLBOOK_PAGE_CHANGING(id, func)} The page selection is about to be changed. - Processes a @c wxEVT_COMMAND_TOOLBOOK_PAGE_CHANGING event. + Processes a @c wxEVT_TOOLBOOK_PAGE_CHANGING event. This event can be vetoed (using wxNotifyEvent::Veto()). @endEventTable