RGtk2 (version 2.20.31)

gdk-Application-launching: Application launching

Description

Startup notification for applications

Arguments

Methods and Functions

gdkAppLaunchContextNew() gdkAppLaunchContextSetDisplay(object, display) gdkAppLaunchContextSetScreen(object, screen) gdkAppLaunchContextSetDesktop(object, desktop) gdkAppLaunchContextSetTimestamp(object, timestamp) gdkAppLaunchContextSetIcon(object, icon = NULL) gdkAppLaunchContextSetIconName(object, icon.name = NULL) gdkAppLaunchContext()

Detailed Description

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)

Structures

Convenient Construction

gdkAppLaunchContext is the equivalent of gdkAppLaunchContextNew.

References

http://library.gnome.org/devel//gdk/gdk-Application-launching.html