add orBottomToTop, orRightToLeft, orLeftToRight(orHorizontal), orTopToBottom(OrVertic...
[enigma2.git] / lib / gui / elistboxcontent.h
index 118ed3020c3c2164d2abe4ede7b6325d4dfabbf9..646990138fbead63b49aeb4ab9ab835a4c46d6ba 100644 (file)
@@ -63,6 +63,7 @@ class eListboxPythonMultiContent: public eListboxPythonStringContent
 {
        ePyObject m_buildFunc;
        ePyObject m_selectableFunc;
+       ePyObject m_template;
        eRect m_selection_clip;
        gRegion m_clip, m_old_clip;
 public:
@@ -78,6 +79,8 @@ public:
        void setItemHeight(int height);
        void setSelectionClip(eRect &rect, bool update=false);
        void updateClip(gRegion &);
+       void entryRemoved(int idx);
+       void setTemplate(SWIG_PYOBJECT(ePyObject) tmplate);
 private:
        std::map<int, ePtr<gFont> > m_font;
 };