Description Usage Arguments Details Author(s)
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
,
1 | gtkFileChooserSetLocalOnly(object, local.only)
|
|
a |
|
|
Since 2.4
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.