ultimatepp/bazaar/PyShellTest/PyShellTest.h
kohait 7f2fe06635 bazaar: Python to Py rename to avoid ambiguity, Py prepare for boost use, fixes in PyConsoleCtrl to post result objects
git-svn-id: svn://ultimatepp.org/upp/trunk@3329 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-07 16:21:09 +00:00

25 lines
444 B
C++

#ifndef _PyShellTest_PyShellTest_h
#define _PyShellTest_PyShellTest_h
#include <PyShell/PyShell.h>
#include <CtrlLib/CtrlLib.h>
using namespace Upp;
#define LAYOUTFILE <PyShellTest/PyShellTest.lay>
#include <CtrlCore/lay.h>
class PyShellTest : public WithPyShellTestLayout<TopWindow> {
public:
typedef PyShellTest CLASSNAME;
PyShellTest();
~PyShellTest();
void StartNew();
protected:
PyShell ps;
};
#endif