X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fgui%2Felistboxcontent.h;h=646990138fbead63b49aeb4ab9ab835a4c46d6ba;hp=277899e7ab97397b74d4b392108b62db23236f6b;hb=d67129171c8d25ff62382e9c84b90c9102a30dcd;hpb=3a774aaf137dab965c4cda13c0a59ccf53dbcb72 diff --git a/lib/gui/elistboxcontent.h b/lib/gui/elistboxcontent.h index 277899e..6469901 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; };