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 an user interaction. See the gtk:window-present function 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.

Warning

This function is deprecated since 4.14. Use the gtk:window-present funtion.
 

See also

2024-10-2