summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/chat/chattab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/tabs/chat/chattab.h')
-rw-r--r--src/gui/widgets/tabs/chat/chattab.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/widgets/tabs/chat/chattab.h b/src/gui/widgets/tabs/chat/chattab.h
index 7a3774fc2..adb14861d 100644
--- a/src/gui/widgets/tabs/chat/chattab.h
+++ b/src/gui/widgets/tabs/chat/chattab.h
@@ -114,6 +114,11 @@ class ChatTab notfinal : public Tab
void scroll(const int amount);
/**
+ * Scrolls the chat window to the bottom
+ */
+ void scrollToBottom();
+
+ /**
* Clears the text from the tab
*/
void clearText();