add option cursorHome to eListbox::entryReset
[vuplus_dvbapp] / lib / gui / elistboxcontent.h
index 11a9d08..4d2c46b 100644 (file)
@@ -85,6 +85,7 @@ public:
        int getCurrentSelectionIndex() { return m_cursor; }
        void invalidateEntry(int index);
        void invalidate();
+       eSize getItemSize() { return m_itemsize; }
 #ifndef SWIG
 protected:
        void cursorHome();