12f5e1e78f
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
25 lines
512 B
Objective-C
25 lines
512 B
Objective-C
/////////////////////////////////////////////////////////////////////////////
|
|
// Name: bookctrl.h
|
|
// Purpose: interface of wxBookCtrlBase
|
|
// Author: wxWidgets team
|
|
// RCS-ID: $Id$
|
|
// Licence: wxWindows license
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
/**
|
|
@class wxBookCtrlBase
|
|
|
|
@todo Document this class.
|
|
|
|
@library{wxcore}
|
|
@category{miscwnd}
|
|
|
|
@see @ref overview_bookctrl
|
|
*/
|
|
class wxBookCtrlBase : public wxControl
|
|
{
|
|
public:
|
|
|
|
};
|
|
|