diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-11-28 02:32:59 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-11-28 02:32:59 +0000 |
| commit | bf82503dcba2b12fc921040397a0387d6dea9dbb (patch) | |
| tree | cd7e31bc5991745c30f587b56b77b101dda4baae /skin.py | |
| parent | 0329b4216112f4591e758ff2407002500abb0bf6 (diff) | |
| download | enigma2-bf82503dcba2b12fc921040397a0387d6dea9dbb.tar.gz enigma2-bf82503dcba2b12fc921040397a0387d6dea9dbb.zip | |
gui: add transparent widgets
Diffstat (limited to 'skin.py')
| -rw-r--r-- | skin.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -128,6 +128,8 @@ def applySingleAttribute(guiObject, desktop, attrib, value): guiObject.setForegroundColor(parseColor(value)) elif attrib == "selectionDisabled": guiObject.setSelectionEnable(0) + elif attrib == "transparent": + guiObject.setTransparent(int(value)) elif attrib != 'name': print "unsupported attribute " + attrib + "=" + value except int: |
