X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/738adbb747be92f19cd7864490c982cac558358c..1681d7dadff09e071c4f79954a90969fb7815210:/lib/gui/elistbox.h diff --git a/lib/gui/elistbox.h b/lib/gui/elistbox.h index df1c6915..87013bc1 100644 --- a/lib/gui/elistbox.h +++ b/lib/gui/elistbox.h @@ -57,6 +57,8 @@ public: eListbox(eWidget *parent); ~eListbox(); + PSignal0 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);