X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/c97765bc7f4cfdf7372c0803e8825595574e87d4..1681d7dadff09e071c4f79954a90969fb7815210:/lib/gui/elistboxcontent.h diff --git a/lib/gui/elistboxcontent.h b/lib/gui/elistboxcontent.h index cfd0f155..a93ba512 100644 --- a/lib/gui/elistboxcontent.h +++ b/lib/gui/elistboxcontent.h @@ -84,6 +84,8 @@ public: PyObject *getCurrentSelection(); int getCurrentSelectionIndex() { return m_cursor; } void invalidateEntry(int index); + void invalidate(); + eSize getItemSize() { return m_itemsize; } #ifndef SWIG protected: void cursorHome(); @@ -124,6 +126,7 @@ private: class eListboxPythonMultiContent: public eListboxPythonStringContent { public: + enum { TYPE_TEXT, TYPE_PROGRESS, TYPE_PIXMAP }; void paint(gPainter &painter, eWindowStyle &style, const ePoint &offset, int selected); void setFont(int fnt, gFont *fnt);