Re: Questions about the "file-system-backend" parameter in GtkFileChooser



Hi,
 
Thanks for your reply.
Do you mean
http://library.gnome.org/devel/gtk/2.14/GtkFileChooser.html#GtkFileChooser--file-system-backend
?
But it offers only a little info for the developer on the parameter
"file-system-backend".
 
The "file-system-backend" property
  "file-system-backend"      gchar*                : Write / Construct Only
Name of file system backend to use.
Default value: NULL
 
best Regards.


Bohtvaroh wrote:
> 
> andy.wang0804 wrote:
>> Recently, I start to learn GTK+. I have seen a code block :
>>
>> dialog = g_object_new (GTK_TYPE_FILE_CHOOSER_DIALOG,
>>                           "action", action,
>>                           "file-system-backend", "gtk+",
>>                           "select-multiple", multiple,
>>                           NULL);
>>
>> there is a parameter called "file-system-backend" in the code. I have
>> searched for the parameter in google and the documents listed in gtk.org,
>> but can not find any further info about it. What I have got are this is a
>> slot of GtkFileChooser and we can specify a file system for
>> GtkFileChooser...
>>
>> So,
>> 1. Besides "gtk+", any other values for the parameter
>> "file-system-backend"?
>> If so, where I can get them?
>> 2. Can I customize a filesystem for the GtkFileChooser?
>>    
> Hi.
> 
> Run devhelp or browse gtk+ docs online, go to the GtkFileChooser page 
> and look at its properties. You'll find "file-system-backend" there.
> 
> Regards.
> _______________________________________________
> gtk-list mailing list
> gtk-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-list
> 
> 

-- 
View this message in context: http://www.nabble.com/Questions-about-the-%22file-system-backend%22-parameter-in-GtkFileChooser-tp21088109p21100931.html
Sent from the Gtk+ - General mailing list archive at Nabble.com.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]