Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2011-08-28 18:17:56 +0000
committerStijn Buys <ingar@osirion.org>2011-08-28 18:17:56 +0000
commit3b75614be6d9f6e84a1b5818c5827dbc0ab5d516 (patch)
tree105b44e6d20bdcd7f951a13db2ccee9a950d1021 /src/client/chat.h
parente99a43868a83d5931e1f7c4600c244484e1487e6 (diff)
Improved chat window layout, added title and close button.
Diffstat (limited to 'src/client/chat.h')
-rw-r--r--src/client/chat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/chat.h b/src/client/chat.h
index fa50e87..ca0ff72 100644
--- a/src/client/chat.h
+++ b/src/client/chat.h
@@ -10,6 +10,7 @@
#include <sstream>
#include <deque>
+#include "ui/iconbutton.h"
#include "ui/inputbox.h"
#include "ui/scrollpane.h"
#include "ui/window.h"
@@ -55,6 +56,10 @@ private:
bool chat_small;
ui::Text chat_log;
+
+ ui::Label *chat_titlelabel;
+ ui::IconButton *chat_closebutton;
+
ui::ScrollPane *chat_scrollpane;
ui::InputBox *chat_input;
ui::ListView *chat_playerlist;