Horizon
preferences_window_input_devices.hpp
1 #pragma once
2 #include <gtkmm.h>
3 
4 namespace horizon {
5 class InputDevicesPreferencesEditor : public Gtk::Box {
6 public:
8 
9 private:
10  Preferences &preferences;
11  std::vector<class PreferencesRowDevice *> rows;
12 };
13 
14 } // namespace horizon
Definition: preferences_window_input_devices.hpp:5
Definition: preferences.hpp:164