| gtkWindowPresentWithTime {RGtk2} | R Documentation |
Presents a window to the user in response to a user interaction.
If you need to present a window without a timestamp, use
gtkWindowPresent. See gtkWindowPresent for details.
gtkWindowPresentWithTime(object, timestamp)
|
[GtkWindow] a GtkWindow |
|
[numeric] the timestamp of the user interaction (typically a button or key press event) which triggered this call |
Since 2.8
Derived by RGtkGen from GTK+ documentation