RGtk2 (version 2.20.31)

gtkRecentChooserDialogNewForManager: gtkRecentChooserDialogNewForManager

Description

Creates a new GtkRecentChooserDialog with a specified recent manager.

Usage

gtkRecentChooserDialogNewForManager(title = NULL, parent = NULL, manager, ..., show = TRUE)

Arguments

title
Title of the dialog, or NULL. [ allow-none ]
parent
Transient parent of the dialog, or NULL,. [ allow-none ]

Value

GtkWidget] a new GtkRecentChooserDialog

Details

This is useful if you have implemented your own recent manager, or if you have a customized instance of a GtkRecentManager object. Since 2.10