diff options
Diffstat (limited to 'components/chatwindow.hpp')
-rw-r--r-- | components/chatwindow.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/components/chatwindow.hpp b/components/chatwindow.hpp index 9947a87..066a804 100644 --- a/components/chatwindow.hpp +++ b/components/chatwindow.hpp @@ -47,9 +47,13 @@ protected: bool OnKeyPressEvent(GdkEventKey *e); void OnScrollEdgeOvershot(Gtk::PositionType pos); + void RemoveMessageAndHeader(Gtk::Widget *widget); + void ScrollToBottom(); bool m_should_scroll_to_bottom = true; + void OnMessageSendFail(const std::string &nonce); + Gtk::Box *m_main; Gtk::ListBox *m_list; Gtk::ScrolledWindow *m_scroll; |