Window.presentWithTime

void presentWithTime(uint timestamp)

Presents a window to the user in response to an user interaction.

See [gtk.window.Window.present] for more details.

The timestamp should be gathered when the window was requested to be shown (when clicking a link for example), rather than once the window is ready to be shown.

Parameters

timestampthe timestamp of the user interaction (typically a button or key press event) which triggered this call

Deprecated

Use [gtk.window.Window.present]