]> git.saurik.com Git - wxWidgets.git/blame_incremental - interface/wx/bookctrl.h
no changes, just fixed a typo in comment
[wxWidgets.git] / interface / wx / 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
12 @todo Document this class.
13
14 @library{wxcore}
15 @category{miscwnd}
16
17 @see @ref overview_bookctrl
18*/
19class wxBookCtrlBase : public wxControl
20{
21public:
22
23};
24