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
--
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
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