Virtual Method

GtkTreeDragSourcerow_draggable

deprecated: 4.10 

Declaration [src]

gboolean
row_draggable (
  GtkTreeDragSource* drag_source,
  GtkTreePath* path
)

Description [src]

Asks the GtkTreeDragSource whether a particular row can be used as the source of a DND operation. If the source doesn’t implement this interface, the row is assumed draggable.

Deprecated since: 4.10

Use list models instead.

Parameters

path

Type: GtkTreePath

Row on which user is initiating a drag.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if the row can be dragged.