X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/83dc65144ec5b7d412f959afd2abb947580f7121..2c8c2343f6fe05e59a8633b24d565e0fff5c6a3d:/lib/gui/elistbox.h diff --git a/lib/gui/elistbox.h b/lib/gui/elistbox.h index 0e185b44..df1c6915 100644 --- a/lib/gui/elistbox.h +++ b/lib/gui/elistbox.h @@ -4,6 +4,7 @@ #include #include +class eListbox; class eSlider; class iListboxContent: public iObject @@ -72,7 +73,8 @@ public: moveEnd, justCheck }; */ - + + int getCurrentIndex(); void moveSelection(int how); void moveSelectionTo(int index);