ContextMenu returns the context menu of the Window. By default this is nil.
()
| 79 | // |
| 80 | // By default this is nil. |
| 81 | ContextMenu() *Menu |
| 82 | |
| 83 | // ContextMenuLocation returns the context menu suggested location in screen coordinates in |
| 84 | // native pixels. This method is called when context menu is invoked using keyboard and mouse |