Back to Seed Clases

Gdk


Classes

Interfaces

Structs

Unions

Enums

Enum Gdk.DragProtocol

Import line: Gdk = imports.gi.Gdk;
GIR File: Gdk-3.0.gir
C documentation: GdkDragProtocol
Enum : DragProtocol
Used in GdkDragContext to indicate the protocol according to
which DND is done.
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_for_screen (DragContext context, Window drag_window, Screen screen, gint32 x_root, gint32 y_root) : Object
Finds the destination window and DND protocol to use at the
given pointer position.
Gdk
Method
Gdk.drag_motion (DragContext context, Window dest_window, DragProtocol protocol, gint32 x_root, gint32 y_root, DragAction suggested_action, DragAction possible_actions, guint32 time_) : gboolean
Updates the drag context when the pointer moves or the
set of actions changes.
Gdk.DragContext
Method
get_protocol () : Gdk.DragProtocol
Returns the drag protocol thats used by this context.
Gdk.Window
Method
get_drag_protocol (Object out_values) : Gdk.DragProtocol
Finds out the DND protocol supported by a window.
Gtk.Widget
Method
drag_dest_set_proxy (Window proxy_window, DragProtocol protocol, gboolean use_coordinates) : none
Set up this widget to proxy drags elsewhere.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:10:59 GMT+0800 (HKT)