11.8Class GdkDragContext

A GdkDragContext holds information about a drag in progress.

Class GdkDragContext

It is used on both source and destination sides.

Properties
action the action chosen by the destination.
actions a bitmask of actions proposed by the source when suggested_action is GDK_ACTION_ASK.
dest_window TODO the destination window of this drag.
is_source true if the context is used on the source side.
parent_instance TODO (GObject*) the parent instance
protocol the DND protocol which governs this drag.
source_window TODO the source of this drag.
start_time a timestamp recording the start time of this drag.
suggested_action the action suggested by the source.
targets TODO a list of targets offered by the source.

Properties

action

the action chosen by the destination.

the action chosen by the destination.

actions

a bitmask of actions proposed by the source when suggested_action is GDK_ACTION_ASK.

a bitmask of actions proposed by the source when suggested_action is GDK_ACTION_ASK.

dest_window

TODO the destination window of this drag.

TODO the destination window of this drag.

is_source

true if the context is used on the source side.

true if the context is used on the source side.

parent_instance

TODO (GObject*) the parent instance

TODO (GObject*) the parent instance

protocol

the DND protocol which governs this drag.

the DND protocol which governs this drag.

source_window

TODO the source of this drag.

TODO the source of this drag.

start_time

a timestamp recording the start time of this drag.

a timestamp recording the start time of this drag.

suggested_action

the action suggested by the source.

the action suggested by the source.

targets

TODO a list of targets offered by the source.

TODO a list of targets offered by the source.

Made with http://www.falconpl.org