]>
Commit | Line | Data |
---|---|---|
7977b62a BP |
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 | @wxheader{bookctrl.h} | |
12 | ||
13 | @todo Document this class. | |
14 | ||
15 | @library{wxcore} | |
16 | @category{miscwnd} | |
17 | ||
18 | @see @ref overview_bookctrl | |
19 | */ | |
20 | class wxBookCtrlBase : public wxControl | |
21 | { | |
22 | public: | |
23 | ||
24 | }; | |
25 |