listbox: validate m_items_per_page a bit more
[enigma2.git] / lib / gui / elistbox.h
index 08f8003527f3ce5e515165549d13cfed84960fd4..719b54b28dad6c0ad119e8d548b82bd12ed76620 100644 (file)
@@ -72,7 +72,8 @@ public:
                moveEnd,
                justCheck
        }; */
-       
+
+       int getCurrentIndex();
        void moveSelection(int how);
        void moveSelectionTo(int index);
 
@@ -97,7 +98,7 @@ public:
                /* entryChanged: the entry with the given index was changed and should be redrawn. */
        void entryChanged(int index);
                /* the complete list changed. you should not attemp to keep the current index. */
-       void entryReset();
+       void entryReset(bool cursorHome=true);
 
 protected:
        int event(int event, void *data=0, void *data2=0);