gtkRecentChooserSetLocalOnly {RGtk2} | R Documentation |
Sets whether only local resources, that is resources using the file:// URI
scheme, should be shown in the recently used resources selector. If
local.only
is TRUE
(the default) then the shown resources are guaranteed
to be accessible through the operating system native file system.
gtkRecentChooserSetLocalOnly(object, local.only)
|
[GtkRecentChooser ] a GtkRecentChooser |
|
[logical] TRUE if only local files can be shown |
Since 2.10
Derived by RGtkGen from GTK+ documentation