]> git.saurik.com Git - wxWidgets.git/blob - interface/wx/bookctrl.h
Commit 3 of 3 for Doxygen path fixes, this one finally removes all 600+ unnecessary...
[wxWidgets.git] / interface / wx / bookctrl.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: bookctrl.h
3 // Purpose: interface of wxBookCtrlBase
4 // Author: wxWidgets team
5 // RCS-ID: $Id$
6 // Licence: wxWindows license
7 /////////////////////////////////////////////////////////////////////////////
8
9 /**
10 @class wxBookCtrlBase
11
12 @todo Document this class.
13
14 @library{wxcore}
15 @category{miscwnd}
16
17 @see @ref overview_bookctrl
18 */
19 class wxBookCtrlBase : public wxControl
20 {
21 public:
22
23 };
24