gdkNotifyStartupCompleteWithId {RGtk2} | R Documentation |
Indicates to the GUI environment that the application has finished loading, using a given identifier.
gdkNotifyStartupCompleteWithId(id)
|
[character] a startup-notification identifier, for which notification process should be completed |
GTK+ will call this function automatically for GtkWindow
with custom
startup-notification identifier unless
gtkWindowSetAutoStartupNotification
is called to disable
that feature.
Since 2.12
Derived by RGtkGen from GTK+ documentation