mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-21 01:45:40 +02:00
particle/list: on_click handler
This commit is contained in:
parent
68606e49ed
commit
88bcf425bf
3 changed files with 12 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue