Re: gtk+ application on Cygwin for Windows

2006-02-13 Thread Tor Lillqvist
Deepak Thukral writes: > I am developing an GTK2+ application on cygwin for win32. You mean you don't want the application to use Cygwin? OK. > 2. I used -mno-cygwin Yep. > 3. All packages has been installed on cygwin, Bad move. What you have installed is apparently a Cygwin/X11 build of GT

Re: Refreshing gtk window without any mouse/keyboard intervention

2006-02-13 Thread Gus Koppel
Nisha P Kurur wrote: > We are trying to create a gtk application which should run without much of > manual intervention. Few buttons are placed in a row and each button has > an image at the top which changes to red on selection. This image changes > to green when the button goes out of selecti

GdkEventClient? How can I get client messages from X?

2006-02-13 Thread Andrew Shafer
Is there an event mask or something that needs to be set to get client messages from the X server? I'm trying to get client messages from X with the Atom _NET_STARTUP_INFO. I tried registering a filter with gdk_add_client_message_filter: gdk_add_client_message_filter(gdk_atom_intern("_NET_START

Refreshing gtk window without any mouse/keyboard intervention

2006-02-13 Thread Nisha P Kurur
Hi, We are trying to create a gtk application which should run without much of manual intervention. Few buttons are placed in a row and each button has an image at the top which changes to red on selection. This image changes to green when the button goes out of selection. So the whole proces

gtk+ application on Cygwin for Windows

2006-02-13 Thread Deepak Thukral
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi guys, I am developing an GTK2+ application on cygwin for win32. Lets us not discuss about the code as its complied sucessfully. 1. I used -mms-bitfields 2. I used -mno-cygwin 3. All packages has been installed on cygwin, i am using `pkg- config --

Re: Sockets with GTK 2.8.9 on WIN32

2006-02-13 Thread Tor Lillqvist
Gabriele Greco writes: > This seems very strange for me since glib 2.8 on Unix does not behave > this way. Well, Windows isn't Unix, so is it really that surprising that some things are fundamentally different? With hindsight it's easy to say that the affected APIs and abstractions in GLib sho

Re: Threads/IPC/???

2006-02-13 Thread Gus Koppel
Ed Kutrzyba wrote: > I am developing an application that controls a "Data Collection > System". I used glade and anjuta for my GUI and C backend control coding. > My program works great, but I need to add some extra backround tasks: > > 1) I need to run a script (perl or bash) on demand witho

Re: Sockets with GTK 2.8.9 on WIN32

2006-02-13 Thread Gabriele Greco
Daniel Atallah wrote: That is one of the changes that were made in Glib 2.8.x. All of the win32 GIOChannel stuff was changed such that it'll leave your sockets in non-blocking mode. See this bug report for more information: http://bugzilla.gnome.org/show_bug.cgi?id=147392 This seems very st

Re: Threads/IPC/???

2006-02-13 Thread Tristan Van Berkom
Ed Kutrzyba wrote: I am developing an application that controls a "Data Collection System". I used glade and anjuta for my GUI and C backend control coding. My program works great, but I need to add some extra backround tasks: 1) I need to run a script (perl or bash) on demand without interfe

Re: Font antialiasing on X (was: Re: Font Contrast)

2006-02-13 Thread John Cupitt
On 2/13/06, Gus Koppel <[EMAIL PROTECTED]> wrote: > Hence, the effect can be turned off. In X-Windows it's nowadays > controlled by the Xft + Fontconfig library. Unfortunately AFAIK there is > no way to thoroughly configure use of antialiasing via Gnome, so you > will likely have to edit the config

Font antialiasing on X (was: Re: Font Contrast)

2006-02-13 Thread Gus Koppel
"MEA-Mike.Friedrichs" wrote: > This may be the wrong place, but since I have a question about Gnome, > which is built with GTK+, I may be in the right place. > > I have installed Novell's Suse 10.0 and having problems getting the > font to show their true colors and sharpness on the edges. > >