(svn r11848) -Codechange: New class-based drop down list functionality. Lists are now dynamically generated, and can include parameters, or be extended however needed.

This commit is contained in:
peter1138
2008-01-14 16:10:58 +00:00
parent c6de18c3db
commit 1fa2285327
17 changed files with 379 additions and 252 deletions

View File

@@ -93,6 +93,7 @@ vehicle.cpp
viewport.cpp
waypoint.cpp
widget.cpp
widgets/dropdown.cpp
#if WIN32
win32.cpp
#end
@@ -210,6 +211,7 @@ music/win32_m.h
sound/win32_s.h
video/win32_v.h
window.h
widgets/dropdown.h
zoom.hpp
# GUI Source Code