On Thu, 23 Jun 2005 20:47:07 +0100, Mike Hearn wrote:
Yes that sounds excellent. I'll start investigating how exactly we can read the locations GTK+ uses in its file picker (as that system works quite nicely and seems very easy to use).
The relevant function is here:
http://cvs.gnome.org/viewcvs/libgnomeui/file-chooser/gtkfilesystemgnomevfs.c...
It's gtk_file_system_gnome_vfs_list_volumes. Doesn't look too hard to dlopen libgnomevfs and fetch the right list. Harder part is integrating that with the shell32 VFS and getting things like icons right etc.
thanks -mike