Libraries:Gtk:Gdk:Notify
Functions
StartupComplete() : Std.Object.T
StartupCompleteWithId(startup_id @ Std.String.T) : Std.Object.T
Indicates to the GUI environment that the application has finished loading, using a given identifier.
GTK+ will call this function automatically for GtkWindow with custom startup-notification identifier unless gtk_window_set_auto_startup_notification() is called to disable that feature.
| startup_id | a startup-notification identifier, for which notification process should be completed |
Wrapl, The Programming Language
Indicates to the GUI environment that the application has finished loading. If the applications opens windows, this function is normally called after opening the application's initial set of windows.
GTK+ will call this function automatically after opening the first GtkWindow unless gtk_window_set_auto_startup_notification() is called to disable that feature.
Since 2.2