- 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 6a4cdaa..cfd0f15 100644 (file)
@@ -83,6 +83,7 @@ public:
        void setList(PyObject *list);
        PyObject *getCurrentSelection();
        int getCurrentSelectionIndex() { return m_cursor; }
+       void invalidateEntry(int index);
 #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);
-       void invalidateEntry(int index);
 
 protected:
        PyObject *m_list;