present_with_time


Description:

[ Version ( deprecated = true , deprecated_since = "4.14" ) ]
public void present_with_time (uint32 timestamp)

Warning: present_with_time is deprecated since 4.14.

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

Note:

Use present

See [method@Gtk.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:

this

a `GtkWindow`

timestamp

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