3 #ifndef _GTKMM_RECENTACTION_H
4 #define _GTKMM_RECENTACTION_H
7 #include <glibmm/ustring.h>
8 #include <sigc++/sigc++.h>
35 #ifndef DOXYGEN_SHOULD_SKIP_THIS
41 #ifndef DOXYGEN_SHOULD_SKIP_THIS
43 {
class RecentAction_Class; }
69 #ifndef DOXYGEN_SHOULD_SKIP_THIS
78 static CppClassType recentaction_class_;
86 explicit RecentAction(
const Glib::ConstructParams& construct_params);
98 #ifndef DOXYGEN_SHOULD_SKIP_THIS
101 static GType get_base_type() G_GNUC_CONST;
125 explicit RecentAction(
const Glib::ustring&
name,
const StockID& stock_id =
StockID(),
const Glib::ustring& label = Glib::ustring(),
const Glib::ustring& tooltip = Glib::ustring());
127 explicit RecentAction(
const Glib::ustring&
name,
const StockID& stock_id,
const Glib::ustring& label,
const Glib::ustring& tooltip,
const Glib::RefPtr<RecentManager>& recent_manager);
134 static Glib::RefPtr<RecentAction>
create();
137 static Glib::RefPtr<RecentAction>
create(
const Glib::ustring&
name,
const Glib::ustring& label = Glib::ustring(),
const Glib::ustring& tooltip = Glib::ustring());
139 static Glib::RefPtr<RecentAction>
create(
const Glib::ustring&
name,
const Gtk::StockID& stock_id,
const Glib::ustring& label = Glib::ustring(),
const Glib::ustring& tooltip = Glib::ustring());
142 static Glib::RefPtr<RecentAction>
create(
const Glib::ustring&
name,
const Gtk::StockID& stock_id,
const Glib::ustring& label,
const Glib::ustring& tooltip,
const Glib::RefPtr<RecentManager>& recent_manager);
const GtkRecentAction * gobj() const
Provides access to the underlying C GObject.
Glib::PropertyProxy< bool > property_show_numbers()
static GType get_type() G_GNUC_CONST
Glib::RefPtr< Gtk::RecentAction > wrap(GtkRecentAction *object, bool take_copy=false)
static Glib::RefPtr< RecentAction > create()
RecentAction(const Glib::ustring &name, const StockID &stock_id, const Glib::ustring &label, const Glib::ustring &tooltip, const Glib::RefPtr< RecentManager > &recent_manager)
static Glib::RefPtr< RecentAction > create(const Glib::ustring &name, const Gtk::StockID &stock_id, const Glib::ustring &label, const Glib::ustring &tooltip, const Glib::RefPtr< RecentManager > &recent_manager)
static Glib::RefPtr< RecentAction > create(const Glib::ustring &name, const Gtk::StockID &stock_id, const Glib::ustring &label=Glib::ustring(), const Glib::ustring &tooltip=Glib::ustring())
Glib::PropertyProxy_ReadOnly< bool > property_show_numbers() const
GtkRecentAction * gobj_copy()
Provides access to the underlying C instance. The caller is responsible for unrefing it....
static Glib::RefPtr< RecentAction > create(const Glib::ustring &name, const Glib::ustring &label=Glib::ustring(), const Glib::ustring &tooltip=Glib::ustring())
GtkRecentAction * gobj()
Provides access to the underlying C GObject.
RecentAction(const Glib::ustring &name, const StockID &stock_id=StockID(), const Glib::ustring &label=Glib::ustring(), const Glib::ustring &tooltip=Glib::ustring())
void set_show_numbers(bool show_numbers=true)
GtkImageIconNameData name