GDK_POINTER_MOTION_HINT_MASK

2009-05-08 Thread antonio
hi at all the same source code posted here, produce in gtk 2.8.20 (debian etch) a right small amount of events, while in gtk 2.12.12 (debain lenny) and in the last version, produce a large amount of events, as like without this flag is this ok? this is the code --

Problem with installing GTK+-2.0.0 on Fedora Core 6

2009-05-08 Thread Adeel Malik
Hi All,     I am doing application development on Fedora Core 6 Linux machine which had GTK version 1.2.1 already installed. I needed to use g_timer_add gnome function in my gtk application which doesn't seem to be supported on this version. So i tried to install the newer version of GTK+-2

Re: Problem with installing GTK+-2.0.0 on Fedora Core 6

2009-05-08 Thread Feng Yu
take a look at rpm -q gtk2, or yum install gtk2-devel I guess FC6 already has a GTK2 installed. Yu On Sat, May 9, 2009 at 12:13 AM, Adeel Malik wrote: > > Hi All, > I am doing application development on Fedora Core 6 Linux machine > which had GTK version 1.2.1 already installed. I ne