From 31688e1b8f028059a700a92a8276c97928abd260 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Fri, 28 Jan 2005 23:58:27 +0000 Subject: - added ListBoxContents: based on std::list and PyList with Strings - used the last one as a test for menulist --- lib/python/enigma_python.i | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/python/enigma_python.i') diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i index cbfd3ece..b84dbd14 100644 --- a/lib/python/enigma_python.i +++ b/lib/python/enigma_python.i @@ -52,6 +52,7 @@ is usually caused by not marking PSignals as immutable. #include #include #include +#include extern void runMainloop(); @@ -81,6 +82,7 @@ extern PSignal1 &keyPressedSignal(); %include %include %include +%include template class PSignal0 { -- cgit v1.2.3