update scrollbar in timerlist when a entry is removed
[enigma2.git] / lib / gui / elistboxcontent.h
index 118ed3020c3c2164d2abe4ede7b6325d4dfabbf9..277899e7ab97397b74d4b392108b62db23236f6b 100644 (file)
@@ -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;
 };