7 void attach(Gtk::Revealer *rev, Gtk::Label *la, Gtk::Button *bu);
8 void show_success(
const std::string &s);
9 void show_error(
const std::string &s);
12 Gtk::Revealer *revealer =
nullptr;
13 Gtk::Label *label =
nullptr;
14 Gtk::Button *button =
nullptr;
16 sigc::connection flash_connection;
Definition: done_revealer_controller.hpp:5