From 059982cc102de394ac316abc3ee0806673d003d5 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Mon, 14 Nov 2005 02:40:16 +0000 Subject: working on move, edit mode and add remove service to context menu --- lib/python/Components/ServiceList.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/python/Components') 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() -- cgit v1.2.3