Horizon
preferences_window_spacenav.hpp
1 #pragma once
2 #include <gtkmm.h>
3 
4 namespace horizon {
5 class SpaceNavPreferencesEditor : public Gtk::Box {
6 public:
8 
9 private:
10  Preferences &preferences;
11 
12  Gtk::ListBox *buttons_listbox = nullptr;
13 };
14 
15 } // namespace horizon
Definition: preferences.hpp:164
Definition: preferences_window_spacenav.hpp:5