comparison src/parpg/gui/drag_drop_data.py @ 172:2d671e57badb

Removed source_container value from data_drag.
author KarstenBock@gmx.net
date Sun, 09 Oct 2011 18:22:48 +0200
parents df3896fe2bf8
children
comparison
equal deleted inserted replaced
171:7f03365c098d 172:2d671e57badb
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