diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-06-23 02:09:07 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-06-23 02:09:07 -0400 |
commit | 41d60e5e907aa0d6f625796e15c6317074e2af7d (patch) | |
tree | 88286b7248931b3394be5813db01358701b5c77a /components/chatlist.hpp | |
parent | 7db2675087a563ec82574937759137fa2e57298c (diff) | |
download | abaddon-portaudio-41d60e5e907aa0d6f625796e15c6317074e2af7d.tar.gz abaddon-portaudio-41d60e5e907aa0d6f625796e15c6317074e2af7d.zip |
update pins window on pin/unpin
Diffstat (limited to 'components/chatlist.hpp')
-rw-r--r-- | components/chatlist.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/chatlist.hpp b/components/chatlist.hpp index 2f63900..7f9dab7 100644 --- a/components/chatlist.hpp +++ b/components/chatlist.hpp @@ -22,6 +22,7 @@ public: std::vector<Snowflake> GetRecentAuthors(); void SetSeparateAll(bool separate); void SetUsePinnedMenu(); // i think i need a better way to do menus + void ActuallyRemoveMessage(Snowflake id); // perhaps not the best method name private: void OnScrollEdgeOvershot(Gtk::PositionType pos); |