Application launching
Startup notification for applications
gdkAppLaunchContextNew()gdkAppLaunchContextSetDisplay(object, display)gdkAppLaunchContextSetScreen(object, screen)gdkAppLaunchContextSetDesktop(object, desktop)gdkAppLaunchContextSetTimestamp(object, timestamp)gdkAppLaunchContextSetIcon(object, icon = NULL)gdkAppLaunchContextSetIconName(object, icon.name = NULL)gdkAppLaunchContext()
GdkAppLaunchContext is an implementation of GAppLaunchContext that
handles launching an application in a graphical context. It provides
startup notification and allows to launch applications on a specific
screen or workspace.
Launching an application
context <- gdkAppLaunchContext()
context$setScreen(my_screen)
context$setTimestamp(event$time)
gAppInfoLaunchDefaultForUri("http://www.gtk.org", context)GdkAppLaunchContextAn opaque structure representing an application launch context.
gdkAppLaunchContext is the equivalent of gdkAppLaunchContextNew.
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.