- make invlidateEntry public
authorFelix Domke <tmbinc@elitedvb.net>
Tue, 16 Aug 2005 22:27:49 +0000 (22:27 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Tue, 16 Aug 2005 22:27:49 +0000 (22:27 +0000)
lib/gui/elistboxcontent.h

index 6a4cdaaa3d604774335506582574562d7c38c966..cfd0f15535b8f24d9f1bdc37e6a8ea9ebb71d29b 100644 (file)
@@ -83,6 +83,7 @@ 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);
 #ifndef SWIG
 protected:
        void cursorHome();
 #ifndef SWIG
 protected:
        void cursorHome();
@@ -103,7 +104,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;