aboutsummaryrefslogtreecommitdiff
path: root/lib/gui/elistboxcontent.h
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-07-31 10:09:49 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-07-31 10:09:49 +0000
commit866bf4c43f79a42337ac654dfa35df7b95c8e2d5 (patch)
tree5a47681c92b6cc62de2d4a47b98d34914835baa2 /lib/gui/elistboxcontent.h
parent786e3b186e6f3935902fe151546fb3b6f335b77c (diff)
downloadenigma2-866bf4c43f79a42337ac654dfa35df7b95c8e2d5.tar.gz
enigma2-866bf4c43f79a42337ac654dfa35df7b95c8e2d5.zip
renable callable func to selectable func
Diffstat (limited to 'lib/gui/elistboxcontent.h')
-rw-r--r--lib/gui/elistboxcontent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gui/elistboxcontent.h b/lib/gui/elistboxcontent.h
index d3df3b14..d69beb75 100644
--- a/lib/gui/elistboxcontent.h
+++ b/lib/gui/elistboxcontent.h
@@ -62,7 +62,7 @@ private:
class eListboxPythonMultiContent: public eListboxPythonStringContent
{
ePyObject m_buildFunc;
- ePyObject m_callableFunc;
+ ePyObject m_selectableFunc;
eRect m_selection_clip;
gRegion m_temp_clip;
public:
@@ -74,7 +74,7 @@ public:
void setFont(int fnt, gFont *fnt);
void setBuildFunc(SWIG_PYOBJECT(ePyObject) func);
- void setCallableFunc(SWIG_PYOBJECT(ePyObject) func);
+ void setSelectableFunc(SWIG_PYOBJECT(ePyObject) func);
void setItemHeight(int height);
void setSelectionClip(eRect &rect, bool update=false);
private: