From 8ccfd7747bddf3fad75b0f358a64e66646b54032 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 19 Oct 2008 17:16:39 +0000 Subject: ui_chat and ui_chatsmall --- src/client/chat.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/client/chat.h') diff --git a/src/client/chat.h b/src/client/chat.h index 1ea1765..ec8271e 100644 --- a/src/client/chat.h +++ b/src/client/chat.h @@ -26,6 +26,10 @@ public: void toggle(); void event_text(const std::string & text); + + inline bool small() const { return chat_small; } + + void set_small(bool small = true); protected: virtual void event_draw(); @@ -35,6 +39,8 @@ protected: private: + bool chat_small; + ui::Text chat_log; ui::ScrollPane *chat_scrollpane; ui::InputBox *chat_input; -- cgit v1.2.3