Package: gtk

Function gtk:window-present-with-time

Lambda List

gtk:window-present-with-time (window timestamp)

Arguments

window -- a gtk:window widget
timestamp -- an unsigned integer with the timestamp of the user interaction, typically a button or key press event, which triggered this call

Details

Presents a window to the user in response to a user interaction. If you need to present a window without a timestamp, use the gtk:window-present function.
 

See also

#2023-3-30