Module: Gtk::TreeDragDest
- Defined in:
- (unknown)
Overview
Interface for Drag-and-Drop destinations in GtkTreeView.
Instance Method Summary collapse
-
#drag_data_received(drag_dest, dest, value) ⇒ Boolean
Whether a new row was created before position dest.
-
#row_drop_possible(drag_dest, dest_path, value) ⇒ Boolean
True if a drop is possible before dest_path.
Instance Method Details
#drag_data_received(drag_dest, dest, value) ⇒ Boolean
Returns whether a new row was created before position dest.
#row_drop_possible(drag_dest, dest_path, value) ⇒ Boolean
Returns true if a drop is possible before dest_path.