]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/treebook.h
return wxStandardPaths, not wxStandardPathsBase, from wxStandardPathsBase::Get()...
[wxWidgets.git] / interface / wx / treebook.h
index f51c5213cab7ce7cba49a3439acc55bb19d2db95..5a5e8a5dae13b712ce8c68dfa0f40d3e72b357d4 100644 (file)
@@ -21,7 +21,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 +38,7 @@
     @endEventTable
 
     @library{wxcore}
-    @category{miscwnd}
+    @category{bookctrl}
 
     @see wxBookCtrl, wxBookCtrlEvent, wxNotebook, wxTreeCtrl, wxImageList,
          @ref overview_bookctrl, @ref page_samples_notebook