X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/340e9651e1ee6938ee797ea15f4c1fbdab8a6f44..a8bda512079352ba81933e278d9ccdb8ef7a9866:/interface/wx/choicebk.h diff --git a/interface/wx/choicebk.h b/interface/wx/choicebk.h index 6cff6f7da0..fff9b1e17e 100644 --- a/interface/wx/choicebk.h +++ b/interface/wx/choicebk.h @@ -3,7 +3,7 @@ // Purpose: interface of wxChoicebook // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -35,7 +35,7 @@ Place labels below the page area. @endStyleTable - @beginEventTable{wxBookCtrlEvent} + @beginEventEmissionTable{wxBookCtrlEvent} @event{EVT_CHOICEBOOK_PAGE_CHANGED(id, func)} The page selection was changed. Processes a @c wxEVT_COMMAND_CHOICEBOOK_PAGE_CHANGED event. @@ -46,7 +46,8 @@ @endEventTable @library{wxcore} - @category{miscwnd} + @category{bookctrl} + @appearance{choicebook.png} @see @ref overview_bookctrl, wxNotebook, @ref page_samples_notebook */