translations
[enigma2.git] / lib / gui / elistboxcontent.h
index 6a4cdaaa3d604774335506582574562d7c38c966..11a9d080f5525cea7af91fd88b360eb4c0090c2f 100644 (file)
@@ -83,6 +83,8 @@ public:
        void setList(PyObject *list);
        PyObject *getCurrentSelection();
        int getCurrentSelectionIndex() { return m_cursor; }
        void setList(PyObject *list);
        PyObject *getCurrentSelection();
        int getCurrentSelectionIndex() { return m_cursor; }
+       void invalidateEntry(int index);
+       void invalidate();
 #ifndef SWIG
 protected:
        void cursorHome();
 #ifndef SWIG
 protected:
        void cursorHome();
@@ -103,7 +105,6 @@ protected:
        
                /* the following functions always refer to the selected item */
        virtual void paint(gPainter &painter, eWindowStyle &style, const ePoint &offset, int selected);
        
                /* the following functions always refer to the selected item */
        virtual void paint(gPainter &painter, eWindowStyle &style, const ePoint &offset, int selected);
-       void invalidateEntry(int index);
 
 protected:
        PyObject *m_list;
 
 protected:
        PyObject *m_list;