]> git.saurik.com Git - wxWidgets.git/blame_incremental - interface/bookctrl.h
Minor doc corrections
[wxWidgets.git] / interface / bookctrl.h
... / ...
CommitLineData
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*/
20class wxBookCtrlBase : public wxControl
21{
22public:
23
24};
25