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
};
10
}
// namespace horizon
horizon::RecentItemBox
Definition:
recent_item_box.hpp:5
horizon
Definition:
block.cpp:7
Generated by
1.8.13