git.cweiske.de
/
enigma2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix progressbar, slider
[enigma2.git]
/
lib
/
python
/
Components
/
BlinkingPixmap.py
1
from Pixmap import *
2
from ConditionalWidget import *
3
4
class BlinkingPixmap(BlinkingWidget):
5
def __init__(self):
6
Widget.__init__(self)
7
8
class BlinkingPixmapConditional(BlinkingWidgetConditional, PixmapConditional):
9
def __init__(self):
10
BlinkingWidgetConditional.__init__(self)
11
PixmapConditional.__init__(self)