yambar/particles
Daniel Eklöf 36e3bdd9fd particle/list: override on_mouse()
If we have our own on_click handler, call the default
implementation. Otherwise, check which sub-particle the mouse is over,
and delegate the on_mouse() call.
2018-12-29 14:46:29 +01:00
..
empty.c particle: add an 'on_click_template' to base constructor. 2018-12-29 14:36:18 +01:00
empty.h particle/empty: placeholder particle, renders nothing 2018-12-27 14:21:33 +01:00
list.c particle/list: override on_mouse() 2018-12-29 14:46:29 +01:00
list.h Revert "particle/list: optionally destroy sub particles" 2018-11-17 22:43:11 +01:00
map.c particle: add an 'on_click_template' to base constructor. 2018-12-29 14:36:18 +01:00
map.h particle/map: left/right margin on a map doesn't make any sense 2018-12-15 19:16:55 +01:00
progress_bar.c particle: add an 'on_click_template' to base constructor. 2018-12-29 14:36:18 +01:00
progress_bar.h particle/progress-bar: renders a progrss-bar-like thingy 2018-12-27 14:22:05 +01:00
ramp.c particle: add an 'on_click_template' to base constructor. 2018-12-29 14:36:18 +01:00
ramp.h particle/ramp: new particle, selects one particle from a list 2018-12-16 16:20:45 +01:00
string.c particle/string: constructor now takes an 'on_click_template' 2018-12-29 14:38:10 +01:00
string.h particle/string: constructor now takes an 'on_click_template' 2018-12-29 14:38:10 +01:00