diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-12-12 11:20:28 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-12-12 11:20:28 +0000 |
| commit | c2f28d655c5a33f04bc340504116496c93c47f2b (patch) | |
| tree | 2479885edb3bdcba2adbf44e44d22f5a2e2b6471 /lib/gui/elistboxcontent.h | |
| parent | 3897622007084c0032cfea1a0a73791bbc1525c2 (diff) | |
| download | enigma2-c2f28d655c5a33f04bc340504116496c93c47f2b.tar.gz enigma2-c2f28d655c5a33f04bc340504116496c93c47f2b.zip | |
small optimiziations
Diffstat (limited to 'lib/gui/elistboxcontent.h')
| -rw-r--r-- | lib/gui/elistboxcontent.h | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |
