ui
ui copied to clipboard
Add custom callbackhandler for dialog buttons
Developers may want to handle some of the dialog buttons using their own specifc handler. Adding this feature helps developers to create menus much more easily, so the dialog use case could be more than transitioning between different nodes.
For the sake of backward compatiblity I may have choosed the harder way to implement it.