diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-25 01:40:27 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-25 01:40:27 +0000 |
| commit | 5f9c541f03349e6bdc4275dbfa8ba4705dbac47d (patch) | |
| tree | e5ff0f6355be9888774ccbbc12da871e2d01e422 /skin.py | |
| parent | a895ba81ff7b76551cd5c1c44083a081ef56106b (diff) | |
| download | enigma2-5f9c541f03349e6bdc4275dbfa8ba4705dbac47d.tar.gz enigma2-5f9c541f03349e6bdc4275dbfa8ba4705dbac47d.zip | |
add zPosition to python
Diffstat (limited to 'skin.py')
| -rw-r--r-- | skin.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -71,6 +71,8 @@ def applySingleAttribute(guiObject, desktop, attrib, value): guiObject.setText(value) elif attrib == 'font': guiObject.setFont(parseFont(value)) + elif attrib == 'zPosition': + guiObject.setZPosition(value) elif attrib == "pixmap": ptr = gPixmapPtr() if loadPNG(ptr, value): |
