diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-30 14:15:56 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-30 14:15:56 +0000 |
| commit | 494169d25068e3d3dd2dcc8b37b42d32df6935e7 (patch) | |
| tree | 7252c705e1887ded09184f318335650886e93c64 /lib/gui/elistbox.cpp | |
| parent | b81011256e7383001bd35d09a25325e98d3bfa81 (diff) | |
| download | enigma2-494169d25068e3d3dd2dcc8b37b42d32df6935e7.tar.gz enigma2-494169d25068e3d3dd2dcc8b37b42d32df6935e7.zip | |
jumping to an entry beginning with a character nearly works now
Diffstat (limited to 'lib/gui/elistbox.cpp')
| -rw-r--r-- | lib/gui/elistbox.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/gui/elistbox.cpp b/lib/gui/elistbox.cpp index 28d220a2..873cc937 100644 --- a/lib/gui/elistbox.cpp +++ b/lib/gui/elistbox.cpp @@ -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) |
