Horizon
Loading...
Searching...
No Matches
src
pool-prj-mgr
preferences
preferences_window.hpp
1
#pragma once
2
#include <array>
3
#include <gtkmm.h>
4
#include <set>
5
namespace
horizon {
6
7
class
PreferencesWindow
:
public
Gtk::Window {
8
public
:
9
PreferencesWindow
(
class
Preferences
&pr);
10
void
show_page(
const
std::string &pg);
11
12
private
:
13
class
Preferences
&preferences;
14
Gtk::Stack *stack =
nullptr
;
15
};
16
}
// namespace horizon
horizon::PreferencesWindow
Definition
preferences_window.hpp:7
horizon::Preferences
Definition
preferences.hpp:167
Generated by
1.9.8