X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f8ebb70d6c40f5ba8db6c24a6537cc65ac48ccd6..ebfee17940b5123d0527b63bcf23e5f27002092e:/interface/wx/notebook.h diff --git a/interface/wx/notebook.h b/interface/wx/notebook.h index a04135c4ac..19b575d27e 100644 --- a/interface/wx/notebook.h +++ b/interface/wx/notebook.h @@ -42,7 +42,7 @@ The styles wxNB_LEFT, RIGHT and BOTTOM are not supported under Microsoft Windows XP when using visual themes. - @beginEventTable{wxBookCtrlEvent} + @beginEventEmissionTable{wxBookCtrlEvent} @event{EVT_NOTEBOOK_PAGE_CHANGED(id, func)} The page selection was changed. Processes a @c wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGED event. @@ -85,7 +85,7 @@ @library{wxcore} - @category{miscwnd} + @category{bookctrl} @appearance{notebook.png} @see wxBookCtrl, wxBookCtrlEvent, wxImageList, @ref page_samples_notebook