Method
GtkTreeViewenable_model_drag_dest
Declaration [src]
void
gtk_tree_view_enable_model_drag_dest (
GtkTreeView* tree_view,
GdkContentFormats* formats,
GdkDragAction actions
)
Description [src]
Turns tree_view
into a drop destination for automatic DND. Calling
this method sets GtkTreeView
:reorderable to FALSE
.
Parameters
formats |
GdkContentFormats |
The target formats that the drag will support. |
|
The data is owned by the caller of the function. | |
actions |
GdkDragAction |
The bitmask of possible actions for a drag from this widget. |