ContextMenuPos returns the default position for popup menus; by default in the middle its Bounding Box, but can be adapted as appropriate for different widgets.
(e events.Event)
| 112 | // by default in the middle its Bounding Box, but can be adapted as |
| 113 | // appropriate for different widgets. |
| 114 | ContextMenuPos(e events.Event) image.Point |
| 115 | |
| 116 | // ShowContextMenu displays the context menu of various actions |
| 117 | // to perform on a Widget, activated by default on the ShowContextMenu |
no outgoing calls
no test coverage detected