X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/340e9651e1ee6938ee797ea15f4c1fbdab8a6f44..03dede4dc15796ab5e3e49ef597ebbc461227bca:/interface/wx/toolbook.h diff --git a/interface/wx/toolbook.h b/interface/wx/toolbook.h index b78c28c4a8..26281e3173 100644 --- a/interface/wx/toolbook.h +++ b/interface/wx/toolbook.h @@ -3,7 +3,7 @@ // Purpose: interface of wxToolbook // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -30,7 +30,7 @@ The common wxBookCtrl styles described in the @ref overview_bookctrl are also supported. - @beginEventTable{wxBookCtrlEvent} + @beginEventEmissionTable{wxBookCtrlEvent} @event{EVT_TOOLBOOK_PAGE_CHANGED(id, func)} The page selection was changed. Processes a @c wxEVT_COMMAND_TOOLBOOK_PAGE_CHANGED event. @@ -41,7 +41,7 @@ @endEventTable @library{wxcore} - @category{miscwnd} + @category{bookctrl} @see @ref overview_bookctrl, wxBookCtrlBase, wxNotebook, @ref page_samples_notebook