particle/list: on_click handler

This commit is contained in:
Daniel Eklöf 2018-12-29 16:15:37 +01:00
parent 68606e49ed
commit 88bcf425bf
3 changed files with 12 additions and 5 deletions

View file

@ -3,4 +3,5 @@
struct particle *particle_list_new(
struct particle *particles[], size_t count,
int left_spacing, int right_spacing, int left_margin, int right_margin);
int left_spacing, int right_spacing, int left_margin, int right_margin,
const char *on_click_template);