isCompatible with can now handle all frontend types
[enigma2.git] / lib / gui / elistboxcontent.h
index cfd0f15535b8f24d9f1bdc37e6a8ea9ebb71d29b..11a9d080f5525cea7af91fd88b360eb4c0090c2f 100644 (file)
@@ -84,6 +84,7 @@ public:
        PyObject *getCurrentSelection();
        int getCurrentSelectionIndex() { return m_cursor; }
        void invalidateEntry(int index);
+       void invalidate();
 #ifndef SWIG
 protected:
        void cursorHome();