]> git.nickg.me.uk Git - traingame.git/commit
More GUI components
authorNick Gasson <nick@nickg.me.uk>
Sun, 11 Oct 2009 10:26:23 +0000 (11:26 +0100)
committerNick Gasson <nick@nickg.me.uk>
Sun, 11 Oct 2009 10:26:23 +0000 (11:26 +0100)
commit006a71f0f80ff28e85a2d9258963ead1da1fdc49
tree61a6c5f2185b6bad0b9f68905f88b665d17cd5d0
parent6aea5006c4c4cdcd6cb353239356c5b8cbcfa895
More GUI components
include/gui2/Button.hpp [new file with mode: 0644]
include/gui2/ContainerWidget.hpp [new file with mode: 0644]
include/gui2/Label.hpp [new file with mode: 0644]
include/gui2/Widget.hpp
include/gui2/Window.hpp
src/gui2/Button.cpp [new file with mode: 0644]
src/gui2/ContainerWidget.cpp [new file with mode: 0644]
src/gui2/Label.cpp [new file with mode: 0644]
src/gui2/Layout.cpp
src/gui2/Widget.cpp
src/gui2/Window.cpp