module Gtk::TreeDragSource
Overview
Interface for Drag-and-Drop destinations in Gtk::TreeView
.
Direct including types
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/tree_drag_source.crConstructors
-
.cast(obj : GObject::Object) : self
Cast a
GObject::Object
toself
, throws aTypeCastError
if the cast can't be made.
Class Method Summary
Instance Method Summary
- #drag_data_delete(path : Gtk::TreePath) : Bool
- #drag_data_get(path : Gtk::TreePath) : Gdk::ContentProvider | Nil
- #row_draggable(path : Gtk::TreePath) : Bool
- #to_unsafe
Constructor Detail
Cast a GObject::Object
to self
, throws a TypeCastError
if the cast can't be made.