gtkmm  3.4.2
Public Attributes
Gtk::RecentManager::Data Class Reference

Meta-data passed to add_item(). More...

List of all members.

Public Attributes

Glib::ustring display_name
Glib::ustring description
Glib::ustring mime_type
Glib::ustring app_name
Glib::ustring app_exec
std::vector< Glib::ustringgroups
bool is_private

Detailed Description

Meta-data passed to add_item().

You should use RecentManager::Data if you want to control the meta-data associated to an entry of the recently used files list when you are adding a new file to it.


Member Data Documentation

Glib::ustring Gtk::RecentManager::Data::app_exec
Glib::ustring Gtk::RecentManager::Data::app_name
Glib::ustring Gtk::RecentManager::Data::description
Glib::ustring Gtk::RecentManager::Data::display_name
std::vector<Glib::ustring> Gtk::RecentManager::Data::groups
bool Gtk::RecentManager::Data::is_private
Glib::ustring Gtk::RecentManager::Data::mime_type

The documentation for this class was generated from the following file: