X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/ea9231ad7229f47ebf117a3b4894a9e4e7a3c40a..4dda70dcac6996c8b0a2016c49d6cfbab7128fee:/lib/gui/elistboxcontent.h 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; };