Same with endu
This commit is contained in:
parent
a6b6e0d5bf
commit
2a975da064
2 changed files with 11 additions and 0 deletions
|
|
@ -178,6 +178,15 @@ namespace gui_to_app {
|
|||
},
|
||||
app_builder
|
||||
};
|
||||
endu_labels = CaracInterface<Gtk::Label>{
|
||||
{
|
||||
"endurance_label_base",
|
||||
"endurance_label_carac",
|
||||
"endurance_label_materiel",
|
||||
"endurance_label_total"
|
||||
},
|
||||
app_builder
|
||||
};
|
||||
|
||||
debug_button->signal_clicked().connect(sigc::mem_fun(*this, &AppWin2Back::debug_button_clicked), false);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -102,6 +102,8 @@ namespace gui_to_app {
|
|||
|
||||
CaracInterface<Gtk::Label> hab_labels;
|
||||
|
||||
CaracInterface<Gtk::Label> endu_labels;
|
||||
|
||||
Gtk::Button *debug_button{ nullptr };
|
||||
|
||||
std::array<SwitchSignalHelper, 12> signal_handlers{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue