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

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

parent

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

...

a new GtkRecentChooserDialog

Details

Since 2.10

Value

[GtkWidget] a new GtkRecentChooserDialog

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.31 Index]