gtkFileChooserSetCurrentFolderUri {RGtk2}R Documentation

gtkFileChooserSetCurrentFolderUri

Description

Sets the current folder for chooser from an URI. The user will be shown the full contents of the current folder, plus user interface elements for navigating to other folders.

Usage

gtkFileChooserSetCurrentFolderUri(object, uri)

Arguments

object [GtkFileChooser] a GtkFileChooser
uri [character] the URI for the new current folder

Details

Since 2.4

Value

[logical] TRUE if the folder could be changed successfully, FALSE otherwise.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]