draggable


Description:

public abstract bool draggable ()

Determines whether this item can be dragged outside the source list widget.

Even if this method returns false, the item could still be dragged around within the source list if its parent allows DnD reordering. This only happens when the parent implements Granite.Widgets.SourceListSortable.

Returns:

true if the item can be dragged; false otherwise.

Since:

0.3

See also:

Granite.Widgets.SourceListSortable