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