mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
19 lines
375 B
C++
19 lines
375 B
C++
#ifndef _ArrayCtrlSel_ArrayCtrlSel_h
|
|
#define _ArrayCtrlSel_ArrayCtrlSel_h
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
|
|
using namespace Upp;
|
|
|
|
#define LAYOUTFILE <ArrayCtrlSel/ArrayCtrlSel.lay>
|
|
#include <CtrlCore/lay.h>
|
|
|
|
class ArrayCtrlSel : public WithArrayCtrlSelLayout<TopWindow> {
|
|
public:
|
|
int serial = 0;
|
|
|
|
typedef ArrayCtrlSel CLASSNAME;
|
|
ArrayCtrlSel();
|
|
};
|
|
|
|
#endif
|