Description Usage Arguments Details Author(s)
Startup notification identifiers are used by desktop environment to
track application startup, to provide user feedback and other
features. This function changes the corresponding property on the
underlying GdkWindow. Normally, startup identifier is managed
automatically and you should only use this function in special cases
like transferring focus from other processes. You should use this
function before calling gtkWindowPresent
or any equivalent
function generating a window map event.
1 | gtkWindowSetStartupId(object, startup.id)
|
|
a |
|
a string with startup-notification identifier |
This function is only useful on X11, not with other GTK+ targets. Since 2.12
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.