diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-11-19 23:58:58 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-11-19 23:58:58 +0000 |
| commit | ea9231ad7229f47ebf117a3b4894a9e4e7a3c40a (patch) | |
| tree | c1c41afba1d73b43eca5f21421f150bc3b91be0f /lib/gui/elistboxcontent.h | |
| parent | 03660c34322e7cdb315bd6ed87cecc68d14214c8 (diff) | |
| download | enigma2-ea9231ad7229f47ebf117a3b4894a9e4e7a3c40a.tar.gz enigma2-ea9231ad7229f47ebf117a3b4894a9e4e7a3c40a.zip | |
update scrollbar in timerlist when a entry is removed
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 118ed302..277899e7 100644 --- a/lib/gui/elistboxcontent.h +++ b/lib/gui/elistboxcontent.h @@ -78,6 +78,7 @@ public: void setItemHeight(int height); void setSelectionClip(eRect &rect, bool update=false); void updateClip(gRegion &); + void entryRemoved(int idx); private: std::map<int, ePtr<gFont> > m_font; }; |
