Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
gdk-2.0
Gdk
DragContext
DragContext
get_actions
get_selected_action
get_source_window
get_suggested_action
list_targets
action
actions
dest_window
is_source
protocol
source_window
start_time
suggested_action
targets
windowing_data
DragContext
Object Hierarchy:
Description:
public
class
DragContext
:
Object
Namespace:
Gdk
Package:
gdk-2.0
Content:
Creation methods:
public
DragContext
()
Creates a new
DragContext
.
Methods:
public
DragAction
get_actions
()
Determines the bitmask of actions proposed by the source if
gdk_drag_context_suggested_action
returns GDK_ACTION_ASK.
public
DragAction
get_selected_action
()
Determines the action chosen by the drag destination.
public
weak
Window
get_source_window
()
Returns the
Window
where the DND operation started.
public
DragAction
get_suggested_action
()
Determines the suggested drag action of the context.
public
unowned
List
list_targets
()
Retrieves the list of targets of the context.
Fields:
public
DragAction
action
public
DragAction
actions
public
weak
Window
dest_window
public
bool
is_source
public
DragProtocol
protocol
public
weak
Window
source_window
public
uint32
start_time
public
DragAction
suggested_action
public
unowned
List
<
Atom
>
targets
public
void
*
windowing_data