Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkFileChooserSetCurrentName

gtkFileChooserSetCurrentName


Description

Sets the current name in the file selector, as if entered by the user. Note that the name passed in here is a UTF-8 string rather than a filename. This function is meant for such uses as a suggested name in a "Save As..." dialog.

Usage

gtkFileChooserSetCurrentName(object, name)

Arguments

object

a GtkFileChooser

name

the filename to use, as a UTF-8 string

Details

If you want to preselect a particular existing file, you should use gtkFileChooserSetFilename or gtkFileChooserSetUri instead. Please see the documentation for those functions for an example of using gtkFileChooserSetCurrentName as well. Since 2.4

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.