gtkRecentManagerNew {RGtk2.10}R Documentation

gtkRecentManagerNew

Description

Creates a new recent manager object. Recent manager objects are used to handle the list of recently used resources. A GtkRecentManager object monitors the recently used resources list, and emits the "changed" signal each time something inside the list changes.

Usage

gtkRecentManagerNew()

Details

GtkRecentManager objects are expansive: be sure to create them only when needed. You should use the gtkRecentManagerNewForScreen() or the gtkRecentManagerGetDefault functions instead.

Since 2.10

Value

[GtkRecentManager] A newly created GtkRecentManager object.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2.10 version 2.10.6 Index]