Back to Seed Clases

Gdk


Classes

Interfaces

Structs

Unions

Enums

Enum Gdk.DragProtocol

Import line: Gdk = imports.gi.Gdk;
GIR File: Gdk-2.0.gir
C documentation: GdkDragProtocol
Enum : DragProtocol
  Show / Hide Inherited methods, properties and signals
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gdk
Method
Gdk.drag_find_window (DragContext context, Window drag_window, Number x_root, Number y_root) : Object
Finds the destination window and DND protocol to use at the given pointer position.
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.drag_get_protocol (Number xid, DragProtocol protocol) : Number
Finds out the DND protocol supported by a window.
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.drag_motion (DragContext context, Window dest_window, DragProtocol protocol, Number x_root, Number y_root, DragAction suggested_action, DragAction possible_actions, Number time_) : Boolean
Updates the drag context when the pointer moves or the set of actions changes.
Gtk
Method
Gtk.drag_dest_set_proxy (Widget widget, Window proxy_window, DragProtocol protocol, Boolean use_coordinates) : none
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:26 GMT+0800 (HKT)