Module: Gtk::TreeDragSource

Defined in:
(unknown)

Overview

Interface for Drag-and-Drop destinations in GtkTreeView.

Instance Method Summary collapse

Instance Method Details

#drag_data_delete(drag_source, path) ⇒ Boolean

Returns true if the row was successfully deleted.

Parameters:

Returns:

  • (Boolean)

    true if the row was successfully deleted

#drag_data_get(drag_source, path) ⇒ Gdk::ContentProvider

Returns a GdkContentProvider for the given path.

Parameters:

Returns:

#row_draggable(drag_source, path) ⇒ Boolean

Returns true if the row can be dragged.

Parameters:

Returns:

  • (Boolean)

    true if the row can be dragged