
On Tue, 26 Jun 2007 13:01:49 -0400, Gail Banaszkiewicz <gbanaszk@...1686...> wrote:
Dang I hate those stupid open windows in Inkscape - I would personally be happy to have the option to use the Windows dialogs! With previews, of course ;)
While I'm not a frequent user of Inkscape on Windows, I've had to do so occasionally for work; I think I'd also prefer a native file dialog (though I'd miss the Gtk dialog's bookmarks a little bit).
Previews are another issue, though -- before we could implement them in the native dialog, we'd need to determine how to embed a Gtk widget in a Win32 window. If we can get that part sorted out, then the usual dialog customization approach should work:
http://msdn2.microsoft.com/en-us/library/ms646960.aspx#_win32_Explorer_Style...
(Win32 programming is one of the few things that makes me miss working with Gtk...)
-mental