Module: Gtk::TreeDragSource
- Defined in:
- (unknown)
Overview
Interface for Drag-and-Drop destinations in GtkTreeView.
Instance Method Summary collapse
-
#drag_data_delete(drag_source, path) ⇒ Boolean
True if the row was successfully deleted.
-
#drag_data_get(drag_source, path) ⇒ Gdk::ContentProvider
A
GdkContentProviderfor the given path. -
#row_draggable(drag_source, path) ⇒ Boolean
True if the row can be dragged.
Instance Method Details
#drag_data_delete(drag_source, path) ⇒ Boolean
Returns true if the row was successfully deleted.
#drag_data_get(drag_source, path) ⇒ Gdk::ContentProvider
Returns a GdkContentProvider for the
given path.
#row_draggable(drag_source, path) ⇒ Boolean
Returns true if the row can be dragged.