diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-04-15 18:00:24 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-04-15 18:00:24 +0000 |
| commit | 44433f650cd3e5f9f66253b74d194fcb01578595 (patch) | |
| tree | c67ea0df64ff9bfdd500abd4a641a7aae7450a84 /lib/python | |
| parent | 77c45c9d2cabd3c1dc028c41d26573ac62147a34 (diff) | |
| download | enigma2-44433f650cd3e5f9f66253b74d194fcb01578595.tar.gz enigma2-44433f650cd3e5f9f66253b74d194fcb01578595.zip | |
- sdl is now default output
- added skinned window style
- added background colors
- some RGB color support (but still not how i like it)
- some minor bugfixes
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/enigma_python.i | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i index 7369b646..11faff1c 100644 --- a/lib/python/enigma_python.i +++ b/lib/python/enigma_python.i @@ -53,6 +53,7 @@ is usually caused by not marking PSignals as immutable. #include <lib/gui/ewindow.h> #include <lib/gui/ewidgetdesktop.h> #include <lib/gui/ewindowstyle.h> +#include <lib/gui/ewindowstyleskinned.h> #include <lib/gui/eslider.h> #include <lib/python/connections.h> #include <lib/gui/elistbox.h> @@ -94,9 +95,6 @@ extern PSignal1<void,int> &keyPressedSignal(); %immutable eComponentScan::statusChanged; %immutable pNavigation::m_event; - -%include <lib/gdi/gpixmap.h> - %include <lib/gdi/epoint.h> %include <lib/gdi/erect.h> %include <lib/gdi/esize.h> @@ -111,6 +109,7 @@ extern PSignal1<void,int> &keyPressedSignal(); %include <lib/gui/elistbox.h> %include <lib/gui/elistboxcontent.h> %include <lib/gui/ewindowstyle.h> +%include <lib/gui/ewindowstyleskinned.h> %include <lib/service/listboxservice.h> %include <lib/components/scan.h> %include <lib/nav/pcore.h> @@ -118,6 +117,7 @@ extern PSignal1<void,int> &keyPressedSignal(); %include <lib/gdi/gfont.h> %include <lib/gdi/epng.h> +%include <lib/gdi/gpixmap.h> /************** eptr **************/ %template(eActionMapPtr) ePtr<eActionMap>; @@ -156,7 +156,6 @@ public: $1 = $input->get(); } - /************** base **************/ %immutable eTimer::timeout; |
