mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -06:00
19 lines
449 B
C++
19 lines
449 B
C++
#ifndef _PyConsoleCtrlTest_PyConsoleCtrlTest_h
|
|
#define _PyConsoleCtrlTest_PyConsoleCtrlTest_h
|
|
|
|
#include <PyConsoleCtrl/PyConsoleCtrl.h>
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
using namespace Upp;
|
|
|
|
#define LAYOUTFILE <PyConsoleCtrlTest/PyConsoleCtrlTest.lay>
|
|
#include <CtrlCore/lay.h>
|
|
|
|
class PyConsoleCtrlTest : public WithPyConsoleCtrlTestLayout<TopWindow> {
|
|
public:
|
|
typedef PyConsoleCtrlTest CLASSNAME;
|
|
PyConsoleCtrlTest();
|
|
};
|
|
|
|
#endif
|
|
|