Horizon
preferences_window_misc.hpp
1 #pragma once
2 #include <gtkmm.h>
3 
4 namespace horizon {
5 class MiscPreferencesEditor : public Gtk::ScrolledWindow {
6 public:
8 
9 private:
10  Preferences &preferences;
11 };
12 
13 } // namespace horizon
Definition: preferences_window_misc.hpp:5
Definition: preferences.hpp:136