Re: GTK development setup on windows?

2010-05-25 Thread Armin Burgmeier
Hi, You can use the GTK+ bundle from ftp://ftp.gnome.org/pub/GNOME/binaries/win32/gtk+/2.20/ which contains all required files to build GTK+ applications in C. If you add it's bin/ directory to the PATH environment variable you can build applications the same way as on Unix using MSYS and pkg-conf

Re: How to run during "idle" in the main loop ?

2008-09-28 Thread Armin Burgmeier
On Sat, 2008-09-27 at 21:56 -0700, Han wrote: > Hi, > > I am writing a new app using GTK+, but I am new to GTK+. I have a > question: how do I execute code during the "idle" state of a window > or dialog? > > I understand I can use g_signal_connect to run some code for certain > signals & event

Re: File Chooser Dialog: display only files with chosen extensions

2008-01-12 Thread Armin Burgmeier
On Sat, 2008-01-12 at 17:04 +0530, [EMAIL PROTECTED] wrote: > > > > Hey friend, > > Thanks for that suggestion ...I did try adding file filter and associating > the filter with the file dialog. > > > Here is the code I tried: > > **START CODE CHUNK **

Re: drag and drop on GtkContainer

2007-10-14 Thread Armin Burgmeier
On Sun, 2007-10-14 at 21:12 +0200, Johannes Schmid wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi! > > I am trying drag and drop on an GtkContainer and I want to find out the > nearest child from the drop point. So far I tried to get the child > position using gtk_widget_get_win