Horizon
Loading...
Searching...
No Matches
pool_completion.hpp
1#pragma once
2#include <gtkmm.h>
3
4namespace horizon {
5Glib::RefPtr<Gtk::EntryCompletion> create_pool_manufacturer_completion(class IPool &pool);
6}