small optimiziations
[enigma2.git] / lib / gui / elistboxcontent.h
index cfd0f15535b8f24d9f1bdc37e6a8ea9ebb71d29b..4d2c46b59ee65b2b1317b4edbc7299719d70045e 100644 (file)
@@ -84,6 +84,8 @@ public:
        PyObject *getCurrentSelection();
        int getCurrentSelectionIndex() { return m_cursor; }
        void invalidateEntry(int index);
+       void invalidate();
+       eSize getItemSize() { return m_itemsize; }
 #ifndef SWIG
 protected:
        void cursorHome();