comparison gui/drag_drop_data.py @ 142:c28e29056218

Removed source_container value from data_drag.
author KarstenBock@gmx.net
date Sun, 09 Oct 2011 18:22:48 +0200
parents f58e0fe4379d
children
comparison
equal deleted inserted replaced
141:658e06a20fa5 142:c28e29056218
18 It is in one place to allow communication between multiple windows 18 It is in one place to allow communication between multiple windows
19 """ 19 """
20 dragging = False 20 dragging = False
21 dragged_image = None 21 dragged_image = None
22 dragged_item = None 22 dragged_item = None
23 source_container = None