gtkRecentChooserDialogNewForManager {RGtk2}R Documentation

gtkRecentChooserDialogNewForManager

Description

Creates a new GtkRecentChooserDialog with a specified recent manager.

Usage

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

Arguments

title [character] Title of the dialog, or NULL
parent [GtkWindow] Transient parent of the dialog, or NULL,
manager [GtkRecentManager] a GtkRecentManager
... response ID for the first button, then additional (button, id) pairs, ending with NULL

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

Value

[GtkWidget] a new GtkRecentChooserDialog

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]