I am wondering what other widgets I can add ContextMenu too other than Trees?
Thanks.
Printable View
I am wondering what other widgets I can add ContextMenu too other than Trees?
Thanks.
Button has setMenu, but technically, you could show/pop-up a menu anywhere - it has a range of show(..) and showAt(x,y) methods for this purpose. So anywhere you can listen for right-click, you could show a context menu.