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