Window.presentWithTime

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_present(). See gtk_window_present() for details. Since 2.8

class Window
void
presentWithTime
()

Parameters

timestamp uint

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

Meta