summaryrefslogtreecommitdiff
path: root/src/components/channels.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2022-01-05 03:52:20 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2022-01-05 03:52:20 -0500
commit40106ddeb11a755864e446920b74739f1ec21c57 (patch)
treeaccbb08e769727e623fb53223d00e71b1c57482e /src/components/channels.hpp
parent8695562cb4b34c70d4d6b607042988de7b6e244d (diff)
downloadabaddon-portaudio-40106ddeb11a755864e446920b74739f1ec21c57.tar.gz
abaddon-portaudio-40106ddeb11a755864e446920b74739f1ec21c57.zip
handle mutable categories
Diffstat (limited to 'src/components/channels.hpp')
-rw-r--r--src/components/channels.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/channels.hpp b/src/components/channels.hpp
index 6970729..ba75be8 100644
--- a/src/components/channels.hpp
+++ b/src/components/channels.hpp
@@ -114,6 +114,7 @@ protected:
Gtk::Menu m_menu_category;
Gtk::MenuItem m_menu_category_copy_id;
+ Gtk::MenuItem m_menu_category_toggle_mute;
Gtk::Menu m_menu_channel;
Gtk::MenuItem m_menu_channel_copy_id;
@@ -131,6 +132,7 @@ protected:
Gtk::MenuItem m_menu_thread_unarchive;
void OnGuildSubmenuPopup(const Gdk::Rectangle *flipped_rect, const Gdk::Rectangle *final_rect, bool flipped_x, bool flipped_y);
+ void OnCategorySubmenuPopup(const Gdk::Rectangle *flipped_rect, const Gdk::Rectangle *final_rect, bool flipped_x, bool flipped_y);
void OnChannelSubmenuPopup(const Gdk::Rectangle *flipped_rect, const Gdk::Rectangle *final_rect, bool flipped_x, bool flipped_y);
void OnThreadSubmenuPopup(const Gdk::Rectangle *flipped_rect, const Gdk::Rectangle *final_rect, bool flipped_x, bool flipped_y);