X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fbfdbb0f86b0969d652813f6cd5a61f714fff616..b09857ae000a60704207d63290be937584805fb0:/interface/wx/notebook.h diff --git a/interface/wx/notebook.h b/interface/wx/notebook.h index 59829ac0d8..9abb37ba47 100644 --- a/interface/wx/notebook.h +++ b/interface/wx/notebook.h @@ -26,6 +26,10 @@ enum #define wxNB_NOPAGETHEME 0x0400 #define wxNB_FLAT 0x0800 +wxEventType wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGED; +wxEventType wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGING; + + /** @class wxNotebook @@ -106,7 +110,7 @@ enum @library{wxcore} @category{bookctrl} - @appearance{notebook.png} + @appearance{notebook} @see wxBookCtrl, wxBookCtrlEvent, wxImageList, @ref page_samples_notebook */