How to get notified of dbl click on list?
Posted: 11 Sep 2018 14:33
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
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