X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fgui%2Felistbox.h;h=0073653529d5e27aaffc9161b51b04654d228bae;hp=da661670ef40025833e4becf2767397029faa645;hb=afbe9cb01976b8e246ceebe299566700f3c55b0c;hpb=38f891fa519468578e2f546134ef3f6b18cd121a diff --git a/lib/gui/elistbox.h b/lib/gui/elistbox.h index da66167..0073653 100644 --- a/lib/gui/elistbox.h +++ b/lib/gui/elistbox.h @@ -15,7 +15,7 @@ public: /* indices go from 0 to size(). the end is reached when the cursor is on size(), i.e. one after the last entry (this mimics - stl behaviour) + stl behavior) cursors never invalidate - they can become invalid when stuff is removed. Cursors will always try @@ -102,7 +102,7 @@ public: }; */ int getCurrentIndex(); - void moveSelection(int how); + void moveSelection(long how); void moveSelectionTo(int index); void moveToEnd(); bool atBegin();