Gtk.TreeDragDestIface - Interface Structures - Gtk 3.0 (original) (raw)
Fields¶
Name | Type | Access | Description |
---|---|---|---|
drag_data_received | object | r | Asks the Gtk.TreeDragDest to insert a row before the path dest, deriving the contents of the row from selection_data. |
g_iface | GObject.TypeInterface | r | |
row_drop_possible | object | r | Determines whether a drop is possible before the given dest_path, at the same depth as dest_path. |
Methods¶
None
Details¶
class Gtk.TreeDragDestIface¶