Back to Seed Clases

Gdk


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gdk.Display

Class Gdk.Display

Import line: Gdk = imports.gi.Gdk;
GIR File: Gdk-2.0.gir
C documentation: GdkDisplay
Class : Display
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_get_protocol_for_display (Display display, Number xid, DragProtocol protocol) : Number
Finds out the DND protocol supported by a window.
Gdk
Method
Gdk.event_send_client_message_for_display (Display display, Event event, Number winid) : Boolean
On X11, sends an X ClientMessage event to a given window.
Gdk
Method
Gdk.font_from_description_for_display (Display display, FontDescription font_desc) : Gdk.Font
Loads a GdkFont based on a Pango font description for use on display.
Gdk
Method
Gdk.font_load_for_display (Display display, String font_name) : Gdk.Font
Loads a font for use on display.
Gdk
Method
Gdk.fontset_load_for_display (Display display, String fontset_name) : Gdk.Font
Loads a fontset for use on display.
Gdk
Method
Gdk.keyboard_grab_info_libgtk_only (Display display, Window grab_window, Object out_values) : Boolean
Determines information about the current keyboard grab.
Gdk
Method
Gdk.pointer_grab_info_libgtk_only (Display display, Window grab_window, Object out_values) : Boolean
Determines information about the current pointer grab.
Gdk
Method
Gdk.selection_owner_get_for_display (Display display, Atom selection) : Gdk.Window
Determine the owner of the given selection.
Gdk
Method
Gdk.selection_owner_set_for_display (Display display, Window owner, Atom selection, Number time_, Boolean send_event) : Boolean
Sets the GdkWindow owner as the current owner of the selection selection.
Gdk
Method
Gdk.selection_send_notify_for_display (Display display, Number requestor, Atom selection, Atom target, Atom property, Number time_) : none
Send a response to SelectionRequest event.
Gdk
Method
Gdk.string_to_compound_text_for_display (Display display, String str, Atom encoding, Object out_values) : Number
Convert a string from the encoding of the current locale into a form suitable for storing in a window property.
Gdk
Method
Gdk.text_property_to_text_list_for_display (Display display, Atom encoding, Number format, String text, Number length, String list) : Number
Convert a text string from the encoding as it is stored in a property into an array of strings in the encoding of the current locale.
Gdk
Method
Gdk.text_property_to_utf8_list_for_display (Display display, Atom encoding, Number format, String text, Number length, String list) : Number
Converts a text property in the given encoding to a list of UTF-8 strings.
Gdk
Method
Gdk.utf8_to_compound_text_for_display (Display display, String str, Atom encoding, Object out_values) : Boolean
Converts from UTF-8 to compound text.
Gdk.AppLaunchContext
Method
set_display (Display display) : none
Sets the display on which applications will be launched when using this context.
Gdk.Cursor
Method
new Gdk.Cursor.for_display (Display display, CursorType cursor_type) : Gdk.Cursor
Create a new Gdk.Cursor
Gdk.Cursor
Method
new Gdk.Cursor.from_pixbuf (Display display, Pixbuf pixbuf, Number x, Number y) : Gdk.Cursor
Create a new Gdk.Cursor
Gdk.Cursor
Method
new Gdk.Cursor.from_name (Display display, String name) : Gdk.Cursor
Create a new Gdk.Cursor
Gdk.Cursor
Method
get_display () : Gdk.Display
Gdk.DisplayManager
Property
default_display : Gdk.Display
Gdk.DisplayManager
Signal
display_opened (DisplayManager self, Display display) : none
The ::display_opened signal is emitted when a display is opened.
Gdk.DisplayManager
Method
get_default_display () : Gdk.Display
Gets the default GdkDisplay.
Gdk.DisplayManager
Method
set_default_display (Display display) : none
Sets display as the default display.
Gdk.Drawable
Method
get_display () : Gdk.Display
Gets the GdkDisplay associated with a GdkDrawable.
Gdk.Font
Method
get_display () : Gdk.Display
Gdk.Keymap
Method
Gdk.Keymap.get_for_display (Display display) : Gdk.Keymap
Gdk.Pixmap
Method
Gdk.Pixmap.foreign_new_for_display (Display display, Number anid) : Gdk.Pixmap
Wraps a native pixmap in a GdkPixmap.
Gdk.Pixmap
Method
Gdk.Pixmap.lookup_for_display (Display display, Number anid) : Gdk.Pixmap
Looks up the GdkPixmap that wraps the given native pixmap handle.
Gdk.Screen
Method
get_display () : Gdk.Display
Gets the display to which the screen belongs.
Gdk.Window
Method
Gdk.Window.foreign_new_for_display (Display display, Number anid) : Gdk.Window
Wraps a native window in a GdkWindow.
Gdk.Window
Method
Gdk.Window.lookup_for_display (Display display, Number anid) : Gdk.Window
Looks up the GdkWindow that wraps the given native window handle.
Gtk
Method
Gtk.selection_owner_set_for_display (Display display, Widget widget, Atom selection, Number time_) : Boolean
Claim ownership of a given selection for a particular widget, or, if widget is NULL, release ownership of the selection.
Gtk.Clipboard
Method
Gtk.Clipboard.get_for_display (Display display, Atom selection) : Gtk.Clipboard
Returns the clipboard object for the given selection.
Gtk.Clipboard
Method
get_display () : Gdk.Display
Gets the GdkDisplay associated with clipboard
Gtk.Plug
Method
new Gtk.Plug.for_display (Display display, Number socket_id) : Gtk.Plug
Create a new Gtk.Plug
Gtk.Plug
Method
construct_for_display (Display display, Number socket_id) : none
Finish the initialization of plug for a given GtkSocket identified by This function will generally only be used by classes deriving from GtkPlug.
Gtk.SelectionData
Method
get_display () : Gdk.Display
Retrieves the display of the selection.
Gtk.Tooltip
Method
Gtk.Tooltip.trigger_tooltip_query (Display display) : none
Triggers a new tooltip query on display, in order to update the current visible tooltip, or to show/hide the current tooltip.
Gtk.Widget
Method
get_display () : Gdk.Display
Get the GdkDisplay for the toplevel window associated with this widget.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:23 GMT+0800 (HKT)