summaryrefslogtreecommitdiff
path: root/components/channels.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2020-11-01 00:13:52 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2020-11-01 00:13:52 -0400
commitec8117a24b129b957a45f6f142221143b0f059a0 (patch)
tree848b71a0ab01a387ab2cc20b2d61f679ccff2697 /components/channels.hpp
parent90ea3c55cc81faf223e203208d95d1fa06ca6dbf (diff)
downloadabaddon-portaudio-ec8117a24b129b957a45f6f142221143b0f059a0.tar.gz
abaddon-portaudio-ec8117a24b129b957a45f6f142221143b0f059a0.zip
update channel list selection when channel mention is clicked
Diffstat (limited to 'components/channels.hpp')
-rw-r--r--components/channels.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/channels.hpp b/components/channels.hpp
index 6c6997a..012891f 100644
--- a/components/channels.hpp
+++ b/components/channels.hpp
@@ -94,6 +94,8 @@ public:
void UpdateGuild(Snowflake id);
void Clear();
+ void SetActiveChannel(Snowflake id);
+
protected:
Gtk::ListBox *m_list;
Gtk::ScrolledWindow *m_main;