diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-11-14 02:40:16 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-11-14 02:40:16 +0000 |
| commit | 059982cc102de394ac316abc3ee0806673d003d5 (patch) | |
| tree | 8066c48f450395c0966177834add07e1f196d82f /lib/python/Components/ServiceList.py | |
| parent | b84057facdcc2e242611c312240f389fd2c11c99 (diff) | |
| download | enigma2-059982cc102de394ac316abc3ee0806673d003d5.tar.gz enigma2-059982cc102de394ac316abc3ee0806673d003d5.zip | |
working on move, edit mode and add remove service to context menu
Diffstat (limited to 'lib/python/Components/ServiceList.py')
| -rw-r--r-- | lib/python/Components/ServiceList.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/python/Components/ServiceList.py b/lib/python/Components/ServiceList.py index efe928dd..76e1c822 100644 --- a/lib/python/Components/ServiceList.py +++ b/lib/python/Components/ServiceList.py @@ -52,6 +52,12 @@ class ServiceList(HTMLComponent, GUIComponent): self.l.setRoot(root) self.l.sort() + def cursorGet(self): + return self.l.cursorGet() + + def cursorSet(self, val): + self.l.cursorSet(val) + # stuff for multiple marks (edit mode / later multiepg) def clearMarks(self): self.l.initMarked() |
