jumping to an entry beginning with a character nearly works now
[enigma2.git] / lib / gui / elistbox.cpp
index 28d220a2dc20e74c5d4ab4b8351c8eca22e4a02d..873cc937cb30807aaf430cd585c4d9e8f52360fe 100644 (file)
@@ -121,6 +121,12 @@ void eListbox::moveSelection(int dir)
        }
 }
 
        }
 }
 
+void eListbox::moveSelectionTo(int index)
+{
+       printf("Moving to listbox-entry with index %d\n", index);
+       // TODO: implement it
+}
+
 int eListbox::event(int event, void *data, void *data2)
 {
        switch (event)
 int eListbox::event(int event, void *data, void *data2)
 {
        switch (event)