add selchanged signal to listbox
[enigma2.git] / lib / gui / elistbox.h
index df1c69150f018dacbcbbfe1c7595e5f6bdfa3957..87013bc1617fa6986e4a660cf81c189df74f68e8 100644 (file)
@@ -57,6 +57,8 @@ public:
        eListbox(eWidget *parent);
        ~eListbox();
 
+       PSignal0<void> selectionChanged;
+
        enum {
                showOnDemand,
                showAlways,
@@ -90,7 +92,6 @@ public:
        
        void setItemHeight(int h);
        void setSelectionEnable(int en);
-
 #ifndef SWIG
                /* entryAdded: an entry was added *before* the given index. it's index is the given number. */
        void entryAdded(int index);