]>
Commit | Line | Data |
---|---|---|
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 |