Control: Change controls to use new callback infrastrucure.
commit0517b0e91731fdd103aaa59dd8187a1929fea9e5
authorTom Prince <tom.prince@ualberta.net>
Sat, 19 Jun 2010 02:05:37 +0000 (18 22:05 -0400)
committerTom Prince <tom.prince@ualberta.net>
Sat, 19 Jun 2010 06:38:28 +0000 (19 02:38 -0400)
tree05fe20aa16f7efcc5ab86a209ac5d9785dfecb94
parentef9bc9eb0dc1780166d9f8542be698dd70942821
Control: Change controls to use new callback infrastrucure.

Signed-off-by: Tom Prince <tom.prince@ualberta.net>
25 files changed:
gemrb/core/Button.cpp
gemrb/core/Button.h
gemrb/core/Console.cpp
gemrb/core/Console.h
gemrb/core/Control.cpp
gemrb/core/Control.h
gemrb/core/GameControl.cpp
gemrb/core/GameControl.h
gemrb/core/Label.cpp
gemrb/core/Label.h
gemrb/core/MapControl.cpp
gemrb/core/MapControl.h
gemrb/core/Progressbar.cpp
gemrb/core/Progressbar.h
gemrb/core/ScrollBar.cpp
gemrb/core/ScrollBar.h
gemrb/core/Slider.cpp
gemrb/core/Slider.h
gemrb/core/TextArea.cpp
gemrb/core/TextArea.h
gemrb/core/TextEdit.cpp
gemrb/core/TextEdit.h
gemrb/core/WorldMapControl.cpp
gemrb/core/WorldMapControl.h
gemrb/plugins/GUIScript/GUIScript.cpp