]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/toolbook.h
Add wxTextEntry::AutoCompleteDirectories().
[wxWidgets.git] / interface / wx / toolbook.h
index b78c28c4a83bcd1204a07dc5eb0dc056dedfda72..26281e31735495bd2de01d7af1419539750f941e 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxToolbook
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -30,7 +30,7 @@
     The common wxBookCtrl styles described in the @ref overview_bookctrl are
     also supported.
 
-    @beginEventTable{wxBookCtrlEvent}
+    @beginEventEmissionTable{wxBookCtrlEvent}
     @event{EVT_TOOLBOOK_PAGE_CHANGED(id, func)}
         The page selection was changed.
         Processes a @c wxEVT_COMMAND_TOOLBOOK_PAGE_CHANGED event.
@@ -41,7 +41,7 @@
     @endEventTable
 
     @library{wxcore}
-    @category{miscwnd}
+    @category{bookctrl}
 
     @see @ref overview_bookctrl, wxBookCtrlBase, wxNotebook,
          @ref page_samples_notebook