This fixed the PicturePlayer to check if a file is local rather than accepting files...
[enigma2.git] / lib / gui / elistbox.h
index 1cadf74b75085d4c0b8537fbc9471f1c73b1fc21..20f23b5b9a5a66d0b68f5236890a26fd8e6a4f3e 100644 (file)
@@ -26,6 +26,7 @@ public:
 protected:
        iListboxContent();
        friend class eListbox;
+       virtual void updateClip(gRegion &){ };
        virtual void cursorHome()=0;
        virtual void cursorEnd()=0;
        virtual int cursorMove(int count=1)=0;
@@ -134,6 +135,8 @@ public:
                /* the complete list changed. you should not attemp to keep the current index. */
        void entryReset(bool cursorHome=true);
 
+       int getEntryTop();
+       void invalidate(const gRegion &region = gRegion::invalidRegion());
 protected:
        int event(int event, void *data=0, void *data2=0);
        void recalcSize();