X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/3a774aaf137dab965c4cda13c0a59ccf53dbcb72..d67129171c8d25ff62382e9c84b90c9102a30dcd:/lib/gui/elistboxcontent.h?ds=sidebyside diff --git a/lib/gui/elistboxcontent.h b/lib/gui/elistboxcontent.h index 277899e7..64699013 100644 --- a/lib/gui/elistboxcontent.h +++ b/lib/gui/elistboxcontent.h @@ -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: @@ -79,6 +80,7 @@ public: void setSelectionClip(eRect &rect, bool update=false); void updateClip(gRegion &); void entryRemoved(int idx); + void setTemplate(SWIG_PYOBJECT(ePyObject) tmplate); private: std::map > m_font; };