Horizon
src
widgets
recent_item_box.hpp
1
#pragma once
2
#include <gtkmm.h>
3
4
namespace
horizon
{
5
class
RecentItemBox
:
public
Gtk::Box {
6
public
:
7
RecentItemBox
(
const
std::string &name,
const
std::string &path,
const
Glib::DateTime &time);
8
const
std::string path;
9
~
RecentItemBox
();
10
11
private
:
12
const
Glib::DateTime time;
13
void
update_time();
14
Gtk::Label *time_label =
nullptr
;
15
sigc::connection timeout_connection;
16
};
17
}
// namespace horizon
horizon::RecentItemBox
Definition:
recent_item_box.hpp:5
horizon
Definition:
block.cpp:9
Generated by
1.8.13