Virtual drag drop using gtk api's

2009-07-31 Thread rajat mahajan
I need to make a native gtk application which has the functionality of virtual file drag and drop. What i mean here is that when we start dragging a file from the native application then that file actually doesn't exist there but is either generated or downloaded from some remote location and is

Re: Makeing librsvg work (bizp2.dll missing)

2009-07-31 Thread Freddie Unpenstein
From: Michael Torrie, Date: 31/07/2009 02:49, Wrote: If you are hell-bent on a system-wide GTK, then you need to do it the way that Gaim for win32 used to. They would install GTK to C:\Program Files\Common Files\GTK\%version%. Then their own app would go to C:\Program Files\Gaim. The magic is

Re: Makeing librsvg work (bizp2.dll missing)

2009-07-31 Thread Michael Torrie
Freddie Unpenstein wrote: That sounds straight forward enough. And a hell of a lot better than the current situation. I just checked the latest pidgin installer and indeed they do operate this way. However their GTK runtime just uses the major version number, so it installs to C:\Program

Re: Makeing librsvg work (bizp2.dll missing)

2009-07-31 Thread Tor Lillqvist
That sounds straight forward enough.  And a hell of a lot better than the current situation. By all means, go ahead then and create a project aiming at this, and convince all distributors of installers for GTK+-using software to cooperate with you. Please note that not all GTK+-using

Re: custom tree model, iters, and memory management

2009-07-31 Thread Thomas Stover
Kristian Rietveld wrote: Hi, On Sun, Jul 26, 2009 at 8:22 PM, Thomas Stovertho...@wsinnovations.com wrote: While working on a custom tree model (thanks to Tim-Philipp Müller for the tutorial), I needed more pointers in my iter structure than the user_data, user_data2, and user_data3. So I

Re: Virtual drag drop using gtk api's

2009-07-31 Thread Michael Torrie
rajat mahajan wrote: The link i have provided is on windows. I need the same on Linux I don't know anything about it, really. Here is a link on the freedesktop specification that might give you some idea. Then again it might not. Basically there's nothing in the drag and drop raw protocol to

Re: Can't localize GTK+ itself on Windows XP

2009-07-31 Thread Andrew Ziem
On Mon, Jul 27, 2009 at 12:40 AM, Tor Lillqvistt...@iki.fi wrote: * GTK 2.16.4 from binaries at http://www.gtk.org/download-windows.html Including the gettext-runtime binaries? Yes. * Executables compressed with UPX Including the GTK+ DLLs? Yes Try without doing this. I have no idea how