X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/cc6908402d34d4633d3b27297bdbde3b9a94e403..b55924aedff85c75f03d689cae75ad40523f0b7d:/lib/gui/elistboxcontent.h diff --git a/lib/gui/elistboxcontent.h b/lib/gui/elistboxcontent.h index 11a9d080..4d2c46b5 100644 --- a/lib/gui/elistboxcontent.h +++ b/lib/gui/elistboxcontent.h @@ -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();