dc5013dfb9
When trying to hook up the slider to an external value, one would usually have two data streams: - `property::value` -> set external value - external value changed -> `.value = new_value` The problem is that without manual intervention, these two streams form a loop, as setting `.value` also emits `property::value`. The new set of signals is disconnected from the `value` property and its signal and allows for more fine grained inspection of the dragging state. Signed-off-by: Lucas Schwiderski <lucas@lschwiderski.de> |
||
---|---|---|
.. | ||
background.lua | ||
base.lua | ||
calendar.lua | ||
checkbox.lua | ||
graph.lua | ||
imagebox.lua | ||
init.lua | ||
piechart.lua | ||
progressbar.lua | ||
separator.lua | ||
slider.lua | ||
systray.lua | ||
textbox.lua | ||
textclock.lua |