* src/DdTargets.py: new module to manage drag and drop target data.
	* src/Makefile.am: added DdTargets.py
	* src/ScratchPad.py: modified to use DdTargets.py. This is the first
	stage. I will look at modifying EditPersons.py to use DdTargets.py next


svn: r4231
This commit is contained in:
Richard Taylor
2005-03-24 13:44:54 +00:00
parent 77b07938b4
commit cced1bce37
4 changed files with 240 additions and 51 deletions

View File

@@ -40,6 +40,7 @@ gdir_PYTHON = \
DateHandler.py\
DateDisplay.py\
DbPrompter.py\
DdTargets.py\
DisplayModels.py\
DisplayTrace.py\
EditPerson.py\