2014-08-23 21:50:11 -04:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: wx/qt/ctrlsub.h
|
|
|
|
// Author: Peter Most
|
|
|
|
// Copyright: (c) Peter Most
|
|
|
|
// Licence: wxWindows licence
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#ifndef _WX_QT_CTRLSUB_H_
|
|
|
|
#define _WX_QT_CTRLSUB_H_
|
|
|
|
|
|
|
|
class WXDLLIMPEXP_CORE wxControlWithItems : public wxControlWithItemsBase
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
wxControlWithItems();
|
|
|
|
|
|
|
|
protected:
|
|
|
|
|
|
|
|
private:
|
2015-04-23 07:49:01 -04:00
|
|
|
wxDECLARE_ABSTRACT_CLASS(wxControlWithItems);
|
2014-08-23 21:50:11 -04:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif // _WX_QT_CTRLSUB_H_
|