From e8cbb9d3d1ecca25f1e0a31a75fac70c7a3ea0cb Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Mon, 11 Jan 2021 18:27:46 -0500 Subject: add typing indicator with optional res/typing_indicator.gif --- components/chatwindow.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'components/chatwindow.hpp') diff --git a/components/chatwindow.hpp b/components/chatwindow.hpp index bac27c0..c1740c4 100644 --- a/components/chatwindow.hpp +++ b/components/chatwindow.hpp @@ -6,6 +6,7 @@ #include "chatmessage.hpp" #include "completer.hpp" +class TypingIndicator; class ChatWindow { public: ChatWindow(); @@ -47,6 +48,7 @@ protected: Gtk::ScrolledWindow *m_input_scroll; Completer m_completer; + TypingIndicator *m_typing_indicator; public: typedef sigc::signal type_signal_action_message_delete; -- cgit v1.2.3