aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-08-16 22:27:49 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-08-16 22:27:49 +0000
commitc97765bc7f4cfdf7372c0803e8825595574e87d4 (patch)
tree19aee2ae82b0cf30517973a55f0c5ecaf825b9cd /lib
parente635b7a6b5ba34a299c952833bff5158d6c09fad (diff)
downloadenigma2-c97765bc7f4cfdf7372c0803e8825595574e87d4.tar.gz
enigma2-c97765bc7f4cfdf7372c0803e8825595574e87d4.zip
- make invlidateEntry public
Diffstat (limited to 'lib')
-rw-r--r--lib/gui/elistboxcontent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gui/elistboxcontent.h b/lib/gui/elistboxcontent.h
index 6a4cdaaa..cfd0f155 100644
--- a/lib/gui/elistboxcontent.h
+++ b/lib/gui/elistboxcontent.h
@@ -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;