Import line: | Gdk = imports.gi.Gdk; |
GIR File: | Gdk-2.0.gir |
C documentation: | GdkDragProtocol |
Enum : | DragProtocol |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number Gdk.DragProtocol.LOCAL : 6
|
|
Number Gdk.DragProtocol.MOTIF : 0
|
|
Number Gdk.DragProtocol.NONE : 3
|
|
Number Gdk.DragProtocol.OLE2 : 5
|
|
Number Gdk.DragProtocol.ROOTWIN : 2
|
|
Number Gdk.DragProtocol.WIN32_DROPFILES : 4
|
|
Number Gdk.DragProtocol.XDND : 1
|
None |
None |
None |
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 |
Finds out the DND protocol supported by a window.
|
Gdk
Method |
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
|