X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eb2b6166df1b328a6c9382e0e0c32f4204bb6343..18e45a88f68d66e1980e0bda8817dd3fb4f18c18:/interface/wx/notebook.h diff --git a/interface/wx/notebook.h b/interface/wx/notebook.h index d323d92e13..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. @@ -65,7 +65,7 @@ To disable themed pages globally: @code - wxSystemOptions::SetOption(wxT("msw.notebook.themed-background"), 0); + wxSystemOptions::SetOption("msw.notebook.themed-background", 0); @endcode Set the value to 1 to enable it again. @@ -85,7 +85,7 @@ @library{wxcore} - @category{miscwnd} + @category{bookctrl} @appearance{notebook.png} @see wxBookCtrl, wxBookCtrlEvent, wxImageList, @ref page_samples_notebook