diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-07-05 00:10:05 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-07-05 00:10:05 -0400 |
commit | 09872cf4261d680fc6e38db6c4dcf0b24451f6b4 (patch) | |
tree | 5b81f40cf592ec74987b7845dc7f9ba9c3dc801e /components/channels.hpp | |
parent | 87d5faf30b6d73829f9b0d364519db5af3439afb (diff) | |
download | abaddon-portaudio-09872cf4261d680fc6e38db6c4dcf0b24451f6b4.tar.gz abaddon-portaudio-09872cf4261d680fc6e38db6c4dcf0b24451f6b4.zip |
expand categories by default and preserve expansion
Diffstat (limited to 'components/channels.hpp')
-rw-r--r-- | components/channels.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/channels.hpp b/components/channels.hpp index 3a33925..f98cafb 100644 --- a/components/channels.hpp +++ b/components/channels.hpp @@ -131,6 +131,8 @@ protected: bool IsTextChannel(ChannelType type); + void OnRowExpanded(const Gtk::TreeModel::iterator &iter, const Gtk::TreeModel::Path &path); + public: typedef sigc::signal<void, Snowflake> type_signal_action_channel_item_select; typedef sigc::signal<void, Snowflake> type_signal_action_guild_leave; |