add isCurrentlSeekable to iPlayableService
[enigma2.git] / lib / gui / elistbox.h
index 719b54b28dad6c0ad119e8d548b82bd12ed76620..87013bc1617fa6986e4a660cf81c189df74f68e8 100644 (file)
@@ -4,6 +4,7 @@
 #include <lib/gui/ewidget.h>
 #include <connection.h>
 
+class eListbox;
 class eSlider;
 
 class iListboxContent: public iObject
@@ -56,6 +57,8 @@ public:
        eListbox(eWidget *parent);
        ~eListbox();
 
+       PSignal0<void> selectionChanged;
+
        enum {
                showOnDemand,
                showAlways,
@@ -89,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);