X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e1b7217e23ca588d0b9073ad0e98165593a9df5a..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/notebook.h diff --git a/interface/wx/notebook.h b/interface/wx/notebook.h index 36101d3a0e..d3cace7776 100644 --- a/interface/wx/notebook.h +++ b/interface/wx/notebook.h @@ -2,7 +2,6 @@ // Name: notebook.h // Purpose: interface of wxNotebook // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -26,8 +25,8 @@ enum #define wxNB_NOPAGETHEME 0x0400 #define wxNB_FLAT 0x0800 -wxEventType wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGED; -wxEventType wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGING; +wxEventType wxEVT_NOTEBOOK_PAGE_CHANGED; +wxEventType wxEVT_NOTEBOOK_PAGE_CHANGING; /** @@ -69,10 +68,10 @@ wxEventType wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGING; @beginEventEmissionTable{wxBookCtrlEvent} @event{EVT_NOTEBOOK_PAGE_CHANGED(id, func)} The page selection was changed. - Processes a @c wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGED event. + Processes a @c wxEVT_NOTEBOOK_PAGE_CHANGED event. @event{EVT_NOTEBOOK_PAGE_CHANGING(id, func)} The page selection is about to be changed. - Processes a @c wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGING event. + Processes a @c wxEVT_NOTEBOOK_PAGE_CHANGING event. This event can be vetoed. @endEventTable @@ -110,7 +109,7 @@ wxEventType wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGING; @library{wxcore} @category{bookctrl} - @appearance{notebook.png} + @appearance{notebook} @see wxBookCtrl, wxBookCtrlEvent, wxImageList, @ref page_samples_notebook */