gdk-sharp2.12.0.0Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.To be addedTo be addedSystem.ObjectMethodSystem.VoidDrops on the current destination.
a
the timestamp for this operation.
To be addedMethodSystem.BooleanUpdates the drag context when the pointer moves or the set of actions changes.
a
the new destination window, obtained by .
the DND protocol in use, obtained by .
the x position of the pointer in root coordinates.
the y position of the pointer in root coordinates.
the suggested action.
the possible actions.
the timestamp for this operation.
a This function is called by the drag source.MethodSystem.VoidAborts a drag without dropping.
a
the timestamp for this operation.
To be addedMethodSystem.VoidSelects one of the actions offered by the drag source.
a
the selected action which will be taken when a drop happens, or 0 to indicate that a drop will not be accepted.
the timestamp for this operation.
This function is called by the drag destination in response to called by the drag source.MethodGdk.AtomReturns the selection atom for the current source window.
a the selection atom.To be addedConstructorTo be addedTo be addedMethodSystem.UInt32Finds out the DND protocol supported by a window.
the where the destination window resides.
the X id of the destination window.
location where the supported DND protocol is returned.
the X id of the window where the drop should happen. This may be xid or the X id of a proxy window, or None if xid doesn't support Drag and Drop.To be addedMethodSystem.UInt32Finds out the DND protocol supported by a window.
the X id of the destination window.
location where the supported DND protocol is returned.
the X id of the window where the drop should happen. This may be xid or the X id of a proxy window, or None if xid doesn't support Drag and Drop. To be addedMethodSystem.VoidFinds the destination window and DND protocol to use at the given pointer position.
a
a window which may be at the pointer position, but should be ignored, since it is put up by the drag source as an icon.
the x position of the pointer in root coordinates.
the y position of the pointer in root coordinates.
location to store the destination window in.
location to store the DND protocol in.
This function is called by the drag source to obtain the dest_window and protocol parameters for .MethodSystem.VoidFinds the destination window and DND protocol to use at the given pointer position.
a
a window which may be at the pointer position, but should be ignored, since it is put up by the drag source as an icon.
the screen where the destination window is sought.
the x position of the pointer in root coordinates.
the y position of the pointer in root coordinates.
location to store the destination window in.
location to store the DND protocol in.
This function is called by the drag source to obtain the dest_window and protocol parameters for .MethodSystem.BooleanTo be added
a a To be added