gtkRecentChooserDialogNew {RGtk2}R Documentation

gtkRecentChooserDialogNew

Description

Creates a new GtkRecentChooserDialog. This function is analogous to gtkDialogNewWithButtons.

Usage

gtkRecentChooserDialogNew(title = NULL, parent = NULL, ..., show = TRUE)

Arguments

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

Details

Since 2.10

Value

[GtkWidget] a new GtkRecentChooserDialog

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]