mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
17 lines
395 B
C++
17 lines
395 B
C++
#ifndef _ArrayCtrlActions_ArrayCtrlActions_h
|
|
#define _ArrayCtrlActions_ArrayCtrlActions_h
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
|
|
using namespace Upp;
|
|
|
|
#define LAYOUTFILE <ArrayCtrlActions/ArrayCtrlActions.lay>
|
|
#include <CtrlCore/lay.h>
|
|
|
|
class ArrayCtrlActions : public WithArrayCtrlActionsLayout<TopWindow> {
|
|
public:
|
|
typedef ArrayCtrlActions CLASSNAME;
|
|
ArrayCtrlActions();
|
|
};
|
|
|
|
#endif
|