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