summaryrefslogtreecommitdiff
path: root/util.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'util.hpp')
-rw-r--r--util.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/util.hpp b/util.hpp
index 4860eb7..f5f9edf 100644
--- a/util.hpp
+++ b/util.hpp
@@ -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);