GObject.Object
Gio.AppLaunchContext
Gdk.AppLaunchContext
Import line: | Gdk = imports.gi.Gdk; |
GIR File: | Gdk-2.0.gir |
C documentation: | GdkAppLaunchContext |
Class : | AppLaunchContext |
Extends: | Gio.AppLaunchContext |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
parent_instance : Gio.AppLaunchContext
read only
|
Gdk.AppLaunchContext | |
priv : Gdk.AppLaunchContextPrivate
read only
|
Gdk.AppLaunchContext |
Method / Constructor | Defined By | |
---|---|---|
new Gdk.AppLaunchContext
(Object properties)
Create a new Gdk.AppLaunchContext
Create a new Gdk.AppLaunchContext
|
||
|
Gio.AppLaunchContext | |
|
Gio.AppLaunchContext | |
launch_failed
(String startup_notify_id)
:
none
|
Gio.AppLaunchContext | |
set_desktop
(Number desktop)
:
none
Sets the workspace on which applications will be launched when using this context when running under a window manager that supports multiple workspaces, as described in the
Sets the workspace on which applications will be launched when using this context when running under a window manager that supports multiple workspaces, as described in the
|
Gdk.AppLaunchContext | |
set_display
(Display display)
:
none
Sets the display on which applications will be launched when using this context.
Sets the display on which applications will be launched when using this context. See also gdk_app_launch_context_set_screen().
|
Gdk.AppLaunchContext | |
set_icon
(Icon icon)
:
none
Sets the icon for applications that are launched with this context.
Sets the icon for applications that are launched with this context. Window Managers can use this information when displaying startup notification. See also gdk_app_launch_context_set_icon_name().
|
Gdk.AppLaunchContext | |
set_icon_name
(String icon_name)
:
none
Sets the icon for applications that are launched with this context.
Sets the icon for applications that are launched with this context. The icon_name will be interpreted in the same way as the Icon field in desktop files. See also gdk_app_launch_context_set_icon(). If both icon and icon_name are set, the icon_name takes priority. If neither icon or icon_name is set, the icon is taken from either the file that is passed to launched application or from the GAppInfo for the launched application itself.
|
Gdk.AppLaunchContext | |
set_screen
(Screen screen)
:
none
Sets the screen on which applications will be launched when using this context.
Sets the screen on which applications will be launched when using this context. See also gdk_app_launch_context_set_display(). If both screen and display are set, the screen takes priority. If neither screen or display are set, the default screen and display are used.
|
Gdk.AppLaunchContext | |
set_timestamp
(Number timestamp)
:
none
Sets the timestamp of context.
Sets the timestamp of context. The timestamp should ideally be taken from the event that triggered the launch. Window managers can use this information to avoid moving the focus to the newly launched application when the user is busy typing in another window. This is also known as 'focus stealing prevention'.
|
Gdk.AppLaunchContext |
None |