OSDN Git Service

windowing: Move code to new WindowManager class.
authorJon Nordby <jononor@gmail.com>
Fri, 24 Dec 2010 03:13:36 +0000 (04:13 +0100)
committerJon Nordby <jononor@gmail.com>
Sat, 25 Dec 2010 14:30:43 +0000 (15:30 +0100)
commit1704779f6bd2f973b095a5bbdbd7a413f58e8910
tree5415b3c475f5aa45409024173a442ed6c8fbd86c
parent71855e5e6631d405e50b7b75a6a17585e074449f
windowing: Move code to new WindowManager class.

Also remove duplicate delete-event callback setups
in windows by moving the setup to the parent class.
12 files changed:
gui/application.py
gui/backgroundwindow.py
gui/brushselectionwindow.py
gui/brushsettingswindow.py
gui/colorsamplerwindow.py
gui/colorselectionwindow.py
gui/drawwindow.py
gui/functionwindow.py
gui/inputtestwindow.py
gui/layerswindow.py
gui/preferenceswindow.py
gui/windowing.py