GTK+ 2.18.8 released

2010-03-15 Thread Matthias Clasen
GTK+ 2.18.8 is now available for download at: ftp://ftp.gtk.org/pub/gtk/2.18/ http://download.gnome.org/sources/gtk+/2.18/ 3dd7617b780df872a335def5d342ec65ee132ceab710fe5d676e253dcc7e7177 gtk +-2.18.8.tar.bz2 f0a48691644163667fac89298b52fb3f954c52d945995f6d745db8ff0148d4b5 gtk +-2.18.8.tar.gz

Scrolling Benchmark

2010-03-15 Thread haithem rahmani
Hi all, I'm working on webkitGtk and I'm trying to benchmark web page scrolling what I did is the following : - created a webview and used the "webkit_web_view_load_uri" to load the uri. - inserted this webview object inside a scrolledwindow - attached a "scroll-chid" callback to this scrolledwi

Re: What version do I have

2010-03-15 Thread Jack
On 2010.02.24 00:29, Robert Michael wrote:     I was trying a few examples from "Foundations of GTK Development" on my Linux machine running Debian.  One of the examples in chapter_12 did not compile - the one with printer functions.  I think the printer functions need at least version 2.10

Re: What version do I have

2010-03-15 Thread Florian Müllner
El mar, 23-02-2010 a las 21:29 -0800, Robert Michael escribió: > How do I tell what version I have installed? You can either get that information from your distro's package manager (on Debian: apt-cache showpkg libgtk2.0), or you can use pkg-config like this (distro-agnostic): pkg-config --modver

Re: What version do I have

2010-03-15 Thread Allin Cottrell
On Tue, 23 Feb 2010, Robert Michael wrote: > I was trying a few examples from "Foundations of GTK Development" on > my Linux machine running Debian... > How do I tell what version I have installed? pkg-config --modversion gtk+-2.0 Allin Cottrell ___

Re: What version do I have

2010-03-15 Thread Tadej Borovšak
Hello. "pkg-config --modversion gtk+-2.0" will give you version of the installed GTK+. Tadej -- Tadej Borovšak tadeboro.blogspot.com tadeb...@gmail.com tadej.borov...@gmail.com ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://m

regarding gtk build on phoneme

2010-03-15 Thread shriti G
Hi How to build gtk2.17.0 on phoneme to port awt into directfb... What are all the API changes had to be made in GTk2.17.0 API ...so that all the API works properly What are all the changes I had to be made in GTK2.17.0. to get the proper result I hope u will help regarding this

gtk window accelerator process problem.

2010-03-15 Thread Xiaoyu Du
I have a problem about gtk keybindings. I have a menu in main window , and add CTRL+C accelerator, but in the same window, I have a text view use ctrl+c too I want user text view built-in CTRL+C to process my key press event, but for others widgets in main window, I want use the menu ctrl+c singal.

What version do I have

2010-03-15 Thread Robert Michael
    I was trying a few examples from "Foundations of GTK Development" on my Linux machine running Debian.  One of the examples in chapter_12 did not compile - the one with printer functions.  I think the printer functions need at least version 2.10 or newer.  So I tried to see what version of GTK