yambar/particles
Daniel Eklöf 3eebdbb5b0 particle/ramp: fix on_mouse() regression
Now that we have a wrapper exposable, we need to implement
on_mouse(). In it, we need to check if we have our own on-click
handler, or else, check if mouse is inside the sub-exposable, or in
the left- or right margin.
2018-12-29 21:18:07 +01:00
..
empty.c particle: add utility function to render a particle's decoration 2018-12-29 21:00:03 +01:00
empty.h particle/empty: placeholder particle, renders nothing 2018-12-27 14:21:33 +01:00
list.c particle: add utility function to render a particle's decoration 2018-12-29 21:00:03 +01:00
list.h particle/list: on_click handler 2018-12-29 16:15:37 +01:00
map.c particle/map: fix on_mouse() regression 2018-12-29 21:17:08 +01:00
map.h particle: all particles now take margin arguments 2018-12-29 20:33:38 +01:00
progress_bar.c particle: add utility function to render a particle's decoration 2018-12-29 21:00:03 +01:00
progress_bar.h particle/progress-bar: allow user to configure an on-click handler 2018-12-29 17:36:34 +01:00
ramp.c particle/ramp: fix on_mouse() regression 2018-12-29 21:18:07 +01:00
ramp.h particle: all particles now take margin arguments 2018-12-29 20:33:38 +01:00
string.c particle: add utility function to render a particle's decoration 2018-12-29 21:00:03 +01:00
string.h particle/string: constructor now takes an 'on_click_template' 2018-12-29 14:38:10 +01:00