diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-09-06 02:25:19 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-09-06 02:25:19 -0400 |
commit | 10e547c4947849647463c6f302edbbefc46aac80 (patch) | |
tree | c764ab44afb611bb4a1ed21a5f710c3273d598a3 /windows/mainwindow.hpp | |
parent | b2ffc4abf29ea552ae1db0794ec78f4fbd70f0e2 (diff) | |
download | abaddon-portaudio-10e547c4947849647463c6f302edbbefc46aac80.tar.gz abaddon-portaudio-10e547c4947849647463c6f302edbbefc46aac80.zip |
member list gets a basic right click menu
Diffstat (limited to 'windows/mainwindow.hpp')
-rw-r--r-- | windows/mainwindow.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/mainwindow.hpp b/windows/mainwindow.hpp index 415a405..e3c7ec5 100644 --- a/windows/mainwindow.hpp +++ b/windows/mainwindow.hpp @@ -20,6 +20,7 @@ public: void UpdateChatMessageDeleted(Snowflake id, Snowflake channel_id); void UpdateChatMessageEditContent(Snowflake id, Snowflake channel_id); void UpdateChatPrependHistory(const std::vector<Snowflake> &msgs); + void InsertChatInput(std::string text); protected: Gtk::Box m_main_box; |