7 RecentItemBox(
const std::string &name,
const std::string &path,
const Glib::DateTime &time);
8 const std::string path;
9 typedef sigc::signal<void> type_signal_remove;
10 type_signal_remove signal_remove()
12 return s_signal_remove;
16 const Glib::DateTime time;
18 Gtk::Label *time_label =
nullptr;
20 type_signal_remove s_signal_remove;
Definition: recent_item_box.hpp:5