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



Hi,
   I have found an article explaining file-system-backend in gnome.org
(http://live.gnome.org/GTK%2B/GtkFileChooserInternals).
   In this article, there are there types of file-system-backend. I can find
GtkFileSystemWin32 and GtkFileSystemUnix in gtk source, but
GtkFileSystemGnomeVFS was found in libgnomeui(It is hard to understand...) . 
I try to compile the GtkFileSystemGnomeVFS.c in libgnomeui. Unfortunately, I
can not
get it work.  

   Is there anyone have ever compiled the GtkFileSystemGnomeVFS.c in
libgnomeui? 
   


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-tp21088109p21122493.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]