diff options
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); |