show_window_menu


Description:

[ Version ( since = "3.14" ) ]
public bool show_window_menu (Event event)

Asks the windowing system to show the window menu.

The window menu is the menu shown when right-clicking the titlebar on traditional windows managed by the window manager. This is useful for windows using client-side decorations, activating it with a right-click on the window decorations.

Parameters:

this

a Window

event

a Event to show the menu for

Returns:

true if the window menu was shown and false otherwise.