copy lists, not list identities... should fix saving of non-default values
[enigma2.git] / lib / gui / elistbox.h
index 0e185b44b8e28f08ab3608c658c75799e94b44b5..df1c69150f018dacbcbbfe1c7595e5f6bdfa3957 100644 (file)
@@ -4,6 +4,7 @@
 #include <lib/gui/ewidget.h>
 #include <connection.h>
 
+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);