Home
last modified time | relevance | path

Searched refs:_drag_data_received (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/py-mcomix/mcomix3-9eb4fc7/mcomix/mcomix/library/
H A Dcollection_area.py33 self._treeview.connect('drag_data_received', self._drag_data_received)
346 def _drag_data_received(self, treeview, context, x, y, selection, drag_id, member in _CollectionArea
H A Dbook_area.py70 self._iconview.connect('drag_data_received', self._drag_data_received)
691 def _drag_data_received(self, widget, context, x, y, data, *args): member in _BookArea