26 lines
538 B
C
26 lines
538 B
C
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
// Name: bookctrl.h
|
||
|
// Purpose: interface of wxBookCtrlBase
|
||
|
// Author: wxWidgets team
|
||
|
// RCS-ID: $Id$
|
||
|
// Licence: wxWindows license
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
/**
|
||
|
@class wxBookCtrlBase
|
||
|
@wxheader{bookctrl.h}
|
||
|
|
||
|
@todo Document this class.
|
||
|
|
||
|
@library{wxcore}
|
||
|
@category{miscwnd}
|
||
|
|
||
|
@see @ref overview_bookctrl
|
||
|
*/
|
||
|
class wxBookCtrlBase : public wxControl
|
||
|
{
|
||
|
public:
|
||
|
|
||
|
};
|
||
|
|