Back to Seed Clases

Gdk


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gdk.Screen

Class Gdk.Screen

Import line: Gdk = imports.gi.Gdk;
GIR File: Gdk-2.0.gir
C documentation: GdkScreen
Class : Screen
Extends: GObject.Object
  Show / Hide Inherited methods, properties and signals
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events - usage syntax: this.signals.EVENTNAME.connect( Function )
Event Defined By
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gdk
Method
Gdk.drag_find_window_for_screen (DragContext context, Window drag_window, Screen screen, Number x_root, Number y_root) : Object
Finds the destination window and DND protocol to use at the given pointer position.
Gdk
Method
Gdk.pango_context_get_for_screen (Screen screen) : Pango.Context
Creates a PangoContext for screen.
Gdk
Method
Gdk.spawn_command_line_on_screen (Screen screen, String command_line) : Boolean
Like g_spawn_command_line_async(), except the child process is spawned in such an environment that on calling gdk_display_open() it would be returned a GdkDisplay with screen as the default screen.
Gdk
Method
Gdk.spawn_on_screen (Screen screen, String working_directory, Array argv, Array envp, SpawnFlags flags, Function child_setup, void* user_data, Object out_values) : Boolean
Like g_spawn_async(), except the child process is spawned in such an environment that on calling gdk_display_open() it would be returned a GdkDisplay with screen as the default screen.
Gdk
Method
Gdk.spawn_on_screen_with_pipes (Screen screen, String working_directory, Array argv, Array envp, SpawnFlags flags, Function child_setup, void* user_data, Object out_values) : Boolean
Like g_spawn_async_with_pipes(), except the child process is spawned in such an environment that on calling gdk_display_open() it would be returned a GdkDisplay with screen as the default screen.
Gdk.AppLaunchContext
Method
set_screen (Screen screen) : none
Sets the screen on which applications will be launched when using this context.
Gdk.Colormap
Method
get_screen () : Gdk.Screen
Gets the screen for which this colormap was created.
Gdk.Display
Method
get_screen (Number screen_num) : Gdk.Screen
Returns a screen object for one of the screens of the display.
Gdk.Display
Method
get_default_screen () : Gdk.Screen
Get the default GdkScreen for display.
Gdk.Display
Method
get_pointer (Screen screen) : Object
Gets the current location of the pointer and the current modifier mask for a given display.
Gdk.Display
Method
warp_pointer (Screen screen, Number x, Number y) : none
Warps the pointer of display to the point x,y on the screen screen, unless the pointer is confined to a window by a grab, in which case it will be moved as far as allowed by the grab.
Gdk.Drawable
Method
get_screen () : Gdk.Screen
Gets the GdkScreen associated with a GdkDrawable.
Gdk.Event
Method
set_screen (Screen screen) : none
Sets the screen for event to screen.
Gdk.Event
Method
get_screen () : Gdk.Screen
Returns the screen for the event.
Gdk.GC
Method
get_screen () : Gdk.Screen
Gets the GdkScreen for which gc was created
Gdk.PangoRenderer
Property
screen : Gdk.Screen
Gdk.PangoRenderer
Method
new Gdk.PangoRenderer.c_new (Screen screen) : Gdk.PangoRenderer
Create a new Gdk.PangoRenderer
Gdk.PangoRenderer
Method
Gdk.PangoRenderer.get_default (Screen screen) : Pango.Renderer
Gets the default PangoRenderer for a screen.
Gdk.Pixmap
Method
Gdk.Pixmap.foreign_new_for_screen (Screen screen, Number anid, Number width, Number height, Number depth) : Gdk.Pixmap
Wraps a native pixmap in a GdkPixmap.
Gdk.Visual
Method
get_screen () : Gdk.Screen
Gets the screen to which this visual belongs
Gtk
Method
Gtk.alternative_dialog_button_order (Screen screen) : Boolean
Returns TRUE if dialogs are expected to use an alternative button order on the screen screen.
Gtk
Method
Gtk.show_uri (Screen screen, String uri, Number timestamp) : Boolean
This is a convenience function for launching the default application to show the uri.
Gtk.IconTheme
Method
Gtk.IconTheme.get_for_screen (Screen screen) : Gtk.IconTheme
Gets the icon theme object associated with screen; if this function has not previously been called for the given screen, a new icon theme object will be created and associated with the screen.
Gtk.IconTheme
Method
set_screen (Screen screen) : none
Sets the screen for an icon theme; the screen is used to track the user's currently configured icon theme, which might be different for different screens.
Gtk.Invisible
Property
screen : Gdk.Screen
Gtk.Invisible
Method
new Gtk.Invisible.for_screen (Screen screen) : Gtk.Invisible
Create a new Gtk.Invisible
Gtk.Invisible
Method
set_screen (Screen screen) : none
Sets the GdkScreen where the GtkInvisible object will be displayed.
Gtk.Invisible
Method
get_screen () : Gdk.Screen
Returns the GdkScreen object associated with invisible
Gtk.Menu
Method
set_screen (Screen screen) : none
Sets the GdkScreen on which the menu will be displayed.
Gtk.MountOperation
Property
screen : Gdk.Screen
Gtk.MountOperation
Method
set_screen (Screen screen) : none
Sets the screen to show windows of the GtkMountOperation on.
Gtk.MountOperation
Method
get_screen () : Gdk.Screen
Gets the screen on which windows of the GtkMountOperation will be shown.
Gtk.RecentManager
Method
Gtk.RecentManager.get_for_screen (Screen screen) : Gtk.RecentManager
Gets the recent manager object associated with screen; if this function has not previously been called for the given screen, a new recent manager object will be created and associated with the screen.
Gtk.RecentManager
Method
set_screen (Screen screen) : none
Sets the screen for a recent manager; the screen is used to track the user's currently configured recently used documents storage.
Gtk.Settings
Method
Gtk.Settings.get_for_screen (Screen screen) : Gtk.Settings
Gets the GtkSettings object for screen, creating it if necessary.
Gtk.StatusIcon
Property
screen : Gdk.Screen
Gtk.StatusIcon
Method
set_screen (Screen screen) : none
Sets the GdkScreen where status_icon is displayed; if the icon is already mapped, it will be unmapped, and then remapped on the new screen.
Gtk.StatusIcon
Method
get_screen () : Gdk.Screen
Gtk.Widget
Signal
screen_changed (Widget self, Screen previous_screen) : none
The ::screen-changed signal gets emitted when the screen of a widget has changed.
Gtk.Widget
Method
get_screen () : Gdk.Screen
Get the GdkScreen from the toplevel window associated with this widget.
Gtk.Window
Property
screen : Gdk.Screen
Gtk.Window
Method
set_screen (Screen screen) : none
Gtk.Window
Method
get_screen () : Gdk.Screen
Notify.Notification
Method
set_geometry_hints (Screen screen, Number x, Number y) : none
PanelApplet.PanelApplet
Method
get_xid (Screen screen) : Number
Unique.App
Property
screen : Gdk.Screen
The GdkScreen of the application.
Unique.Backend
Method
get_screen () : Gdk.Screen
FIXME
Unique.Backend
Method
set_screen (Screen screen) : none
FIXME
Unique.MessageData
Method
get_screen () : Gdk.Screen
Returns a pointer to the screen from where the message came.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:24 GMT+0800 (HKT)