kxmenu
kxmenu copied to clipboard
Delegate for when the menu is dismissed
I want to be able to do something in my implementation when the menu is dismissed. In my particular scenario, I'm changing the background color of a row when the button to display the menu is clicked and reverting the color when the menu is dismissed by tapping anywhere (seems to be the 'SingleTap' event). It's possible that this functionality is already available and maybe I'm missing something so let me know.
You can use the notification on dismiss!
Hi,
You can use the notification on dismiss!
Can you please detail a bit on how to do this ? Thanks