Gtk.Window.prototype.present_with_time
function present_with_time(timestamp:guint32):void { // Gjs wrapper for gtk_window_present_with_time() }
Presents a window to the user in response to a user interaction. If you need to present a window without a timestamp, use Gtk.Window.prototype.present. See Gtk.Window.prototype.present for details.
Since 2.8
- timestamp
the timestamp of the user interaction (typically a button or key press event) which triggered this call