Horizon
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:
9 
10 private:
11  Preferences &preferences;
12  Gtk::Stack *stack = nullptr;
13  void update_editor();
14 };
15 
16 } // namespace horizon
Definition: preferences.hpp:136
Definition: preferences_window_stock_info.hpp:6