media/openttd.128.png
author |
KUDr |
|
Sun, 18 Feb 2007 14:17:28 +0000 |
branch | cpp_gui |
changeset 6258 |
a2f86b8fd99b |
parent 1100 |
e1f9c3ba4acd
|
permissions |
-rw-r--r-- |
(svn r8801) [cpp_gui] -Codechange: few changes towards OO GUI:
-Window related AllocateXxx() functions turned into Window methods
-current Widget renamed to OldWidget
-Widget base class added (still not used)
-CompositeWidget added (also not used)
-Widget rectangle/point handling moved to new file: misc/rect.hpp
-18 new .cpp files added in new dir for several widget types (most of them not used yet)