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 ]

...

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.20.21 Index]