diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-12-20 22:10:45 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-12-20 22:10:45 -0500 |
commit | 31bef80530edbf622a6678947dc832bc179b52fb (patch) | |
tree | 549a148c0530f3f598932f11e3655199e4bfdb7b /util.hpp | |
parent | c02cfb9dd8a32da233f9dcbfd9616d03034d12af (diff) | |
download | abaddon-portaudio-31bef80530edbf622a6678947dc832bc179b52fb.tar.gz abaddon-portaudio-31bef80530edbf622a6678947dc832bc179b52fb.zip |
add mention/emoji/channel completion
Diffstat (limited to 'util.hpp')
-rw-r--r-- | util.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -105,3 +105,7 @@ inline void AlphabeticalSort(T start, T end, std::function<std::string(const typ return ac[0] || ac[5]; }); } + +void ScrollListBoxToSelected(Gtk::ListBox &list); + +bool StringContainsCaseless(const Glib::ustring &str, const Glib::ustring &sub); |