module Gtk::TreeDragDest
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_dest.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_received(dest : Gtk::TreePath, value : _) : Bool
- #row_drop_possible(dest_path : Gtk::TreePath, value : _) : Bool
- #to_unsafe
Constructor Detail
Cast a GObject::Object
to self
, throws a TypeCastError
if the cast can't be made.