Package conduit :: Package gtkui :: Module Tree :: Class DataProviderTreeView
[hide private]

Class DataProviderTreeView

source code


Handles DND of DataProviders onto canvas

Instance Methods [hide private]
 
__init__(self, model)
Constructor
source code
 
get_expanded_rows(self) source code
 
set_expand_rows(self) source code
 
on_drag_data_get(self, treeview, context, selection, target_id, etime)
Get the data to be dropped by on_drag_data_received().
source code
 
on_drag_data_delete(self, context, etime)
DnD magic.
source code
Class Variables [hide private]
  DND_TARGETS = [('conduit/element-name', 0, 0)]
Method Details [hide private]

on_drag_data_get(self, treeview, context, selection, target_id, etime)

source code 
Get the data to be dropped by on_drag_data_received(). We send the id of the dragged element.

on_drag_data_delete(self, context, etime)

source code 
DnD magic. do not touch