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

gtkFileChooserSetLocalOnly

gtkFileChooserSetLocalOnly


Description

Sets whether only local files can be selected in the file selector. If local.only is TRUE (the default), then the selected file are files are guaranteed to be accessible through the operating systems native file file system and therefore the application only needs to worry about the filename functions in GtkFileChooser, like gtkFileChooserGetFilename, rather than the URI functions like gtkFileChooserGetUri,

Usage

gtkFileChooserSetLocalOnly(object, local.only)

Arguments

object

a GtkFileChooser

local.only

TRUE if only local files can be selected

Details

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.