summaryrefslogtreecommitdiff
path: root/src/gui/chat.h
diff options
context:
space:
mode:
authorMateusz Kaduk <mateusz.kaduk@gmail.com>2005-06-30 20:45:43 +0000
committerMateusz Kaduk <mateusz.kaduk@gmail.com>2005-06-30 20:45:43 +0000
commitaaff5572f054045ecd4dd94ccdc2caac71132ad4 (patch)
treeb67e8b6436807072893357b55c12e01aacdac591 /src/gui/chat.h
parent5cd5f1dda32bdd812abbb7f4a72042575f153d4b (diff)
downloadmana-client-aaff5572f054045ecd4dd94ccdc2caac71132ad4.tar.gz
mana-client-aaff5572f054045ecd4dd94ccdc2caac71132ad4.tar.bz2
mana-client-aaff5572f054045ecd4dd94ccdc2caac71132ad4.tar.xz
mana-client-aaff5572f054045ecd4dd94ccdc2caac71132ad4.zip
Improved buddylist, added talk
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r--src/gui/chat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h
index dfb0ba85..f459b804 100644
--- a/src/gui/chat.h
+++ b/src/gui/chat.h
@@ -184,6 +184,9 @@ class ChatWindow : public Window, public gcn::ActionListener,
/** Called when key is pressed */
void keyPress(const gcn::Key& key);
+ /** Called to set current text */
+ void setInputText(std::string input_str);
+
private:
std::ofstream chatlog_file;