Page 1 of 1

How to get notified of dbl click on list?

Posted: 11 Sep 2018 14:33
by killerbee
So i have a UI:

main_layout = vlc.dialog(descriptor().title.." v"..descriptor().version)
list = main_layout:add_list(1,4,4,1)

How can I register to receive a dbl click callback?

Any Hint appreciated ;)

br
Thomas

Re: How to get notified of dbl click on list?

Posted: 11 Sep 2018 22:11
by mederi
Not implemented.