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