gtkFileChooserSelectFilename {RGtk2} | R Documentation |
Selects a filename. If the file name isn't in the current
folder of chooser
, then the current folder of chooser
will
be changed to the folder containing filename
.
gtkFileChooserSelectFilename(object, filename)
|
[GtkFileChooser ] a GtkFileChooser |
|
[char] the filename to select |
Since 2.4
[logical] TRUE
if both the folder could be changed and the file was
selected successfully, FALSE
otherwise.
Derived by RGtkGen from GTK+ documentation