diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-08-28 00:01:38 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-08-28 00:01:38 +0000 |
commit | 55786731e0517efdc123d4e8245b2aa94fa55cbe (patch) | |
tree | 17d64454f3daeb9f55241e8c9a95b5671f2da023 /src/CMakeLists.txt | |
parent | 76291862ce0e26040f251bc4764539d8ff6634a0 (diff) | |
download | mana-55786731e0517efdc123d4e8245b2aa94fa55cbe.tar.gz mana-55786731e0517efdc123d4e8245b2aa94fa55cbe.tar.bz2 mana-55786731e0517efdc123d4e8245b2aa94fa55cbe.tar.xz mana-55786731e0517efdc123d4e8245b2aa94fa55cbe.zip |
Made buy dialog resizable and added a WindowListener class for listening for
window resize and move events.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ba4ae221..725dd5a6 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -52,6 +52,8 @@ MARK_AS_ADVANCED(SDL_LIBRARY) SET(SRCS gui/widgets/resizegrip.cpp gui/widgets/resizegrip.h + gui/box.h + gui/box.cpp gui/browserbox.cpp gui/browserbox.h gui/buddywindow.cpp @@ -88,8 +90,12 @@ SET(SRCS gui/gccontainer.h gui/gui.cpp gui/gui.h + gui/hbox.h + gui/hbox.cpp gui/help.cpp gui/help.h + gui/inttextbox.cpp + gui/inttextbox.h gui/inventorywindow.cpp gui/inventorywindow.h gui/itemcontainer.cpp @@ -165,22 +171,17 @@ SET(SRCS gui/textfield.h gui/trade.cpp gui/trade.h + gui/updatewindow.h + gui/updatewindow.cpp + gui/vbox.h + gui/vbox.cpp gui/viewport.cpp gui/viewport.h gui/window.cpp gui/window.h gui/windowcontainer.cpp gui/windowcontainer.h - gui/inttextbox.h - gui/inttextbox.cpp - gui/box.h - gui/box.cpp - gui/vbox.h - gui/vbox.cpp - gui/hbox.h - gui/hbox.cpp - gui/updatewindow.h - gui/updatewindow.cpp + gui/windowlistener.h net/beinghandler.h net/beinghandler.cpp net/buysellhandler.h |