X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/340e9651e1ee6938ee797ea15f4c1fbdab8a6f44..7344108e8a129a3f9b4df5ab0f98a1713db03b89:/interface/wx/treebook.h diff --git a/interface/wx/treebook.h b/interface/wx/treebook.h index f51c5213ca..776b2afca3 100644 --- a/interface/wx/treebook.h +++ b/interface/wx/treebook.h @@ -3,9 +3,15 @@ // Purpose: interface of wxTreebook // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// + +wxEventType wxEVT_COMMAND_TREEBOOK_PAGE_CHANGED; +wxEventType wxEVT_COMMAND_TREEBOOK_PAGE_CHANGING; +wxEventType wxEVT_COMMAND_TREEBOOK_NODE_COLLAPSED; +wxEventType wxEVT_COMMAND_TREEBOOK_NODE_EXPANDED; + /** @class wxTreebook @@ -21,7 +27,7 @@ AddPage() and AddSubPage() to sequentially populate your tree by adding at every step a page or a subpage to the end of the tree. - @beginEventTable{wxBookCtrlEvent} + @beginEventEmissionTable{wxBookCtrlEvent} @event{EVT_TREEBOOK_PAGE_CHANGED(id, func)} The page selection was changed. Processes a @c wxEVT_COMMAND_TREEBOOK_PAGE_CHANGED event. @@ -38,7 +44,7 @@ @endEventTable @library{wxcore} - @category{miscwnd} + @category{bookctrl} @see wxBookCtrl, wxBookCtrlEvent, wxNotebook, wxTreeCtrl, wxImageList, @ref overview_bookctrl, @ref page_samples_notebook