zooming a image on GtkWidget

2007-04-27 Thread kirantoday
Hi I have a image in GtkWidget. I have two buttons for zoomout and zoomin. when i click these buttons the image on the GtkWidget should get zoomed. How can i achieve this functionality. Can someone help on this issue. Thanks -- View this message in context:

Re: zooming a image on GtkWidget

2007-04-27 Thread Jonathan Winterflood
Hi, I guess that would depend on how your image is displayed. Wich widget are you using for the display? Jonathan On 4/27/07, kirantoday [EMAIL PROTECTED] wrote: Hi I have a image in GtkWidget. I have two buttons for zoomout and zoomin. when i click these buttons the image on the GtkWidget

Re: zooming a image on GtkWidget

2007-04-27 Thread kirantoday
Hi iam displaying the image like this using GtkImage widget. GtkWidget* set_wallpaper_image; GdkPixbuf* temp_icon; temp_icon = gtk_widget_render_icon(this-main_window, map_bmp,-1, NULL); set_wallpaper_image =

Re: gtk.org about page

2007-04-27 Thread Martyn Russell
Felix Rabe (public) wrote: Hi, http://www.google.com/search?q=link%3Ahttp%3A%2F%2Fwww.gtk.org%2Fabout.html There is going to be a link to the page on the main page, right? Yes. -- Regards, Martyn ___ gtk-devel-list mailing list

Re: Wimp tab rendering patch

2007-04-27 Thread Lieven van der Heide
thx:) On 4/27/07, Cody Russell [EMAIL PROTECTED] wrote: Yeah, I committed to svn a couple days ago. On Thu, 2007-04-26 at 23:00 +0200, Lieven van der Heide wrote: Did you get a chance to look at it? On 4/23/07, Cody Russell [EMAIL PROTECTED] wrote: Sorry I didn't respond.. I got it.

*_type_register_static() and g_intern_static_string()

2007-04-27 Thread Damon Chaplin
Why do the *_type_register_static() functions use g_intern_static_string() for the type name? Should apps be using g_intern_static_string() as well? If so, the docs should mention it. There is some inconsistency as well. Some calls don't seem to use it: GtkPaperSize GtkTextIter GtkRecentInfo

Re: freetype bug (was: Re: Pango-1.16.4 released)

2007-04-27 Thread Robert Schwebel
On Fri, Apr 27, 2007 at 12:18:53PM +0200, Robert Schwebel wrote: harfbuzz-dump-main.o: In function `main': /some/path/build-target/pango-trunk/pango/opentype/harfbuzz-dump-main.c:225: undefined reference to `FT_Init_FreeType'

freetype bug (was: Re: Pango-1.16.4 released)

2007-04-27 Thread Robert Schwebel
Behdad, On Fri, Apr 27, 2007 at 03:05:12AM -0400, Behdad Esfahbod wrote: Overview of changes between 1.16.3 and 1.16.4 == - Add new configure option --disable-doc-cross-references and make sure releases are made using it. Distributions are

error compiling gtk-2.10.11

2007-04-27 Thread Robert Schwebel
Hi, gtk-update-icon-cache seems to be broken: --8-- /bin/sh ../libtool --mode=link arm-iwmmx-linux-gnueabi-gcc -g -O2 -Wall -L/some/path/local/arm-iwmmx-linux-gnueabi/lib -L/some/path/local/arm-iwmmx-linux-gnueabi/usr/lib -Wl,-rpath-link

Re: Wimp tab rendering patch

2007-04-27 Thread Cody Russell
Lieven, thanks very much for your work on that patch. It is greatly appreciated! On Fri, 2007-04-27 at 10:58 +0200, Lieven van der Heide wrote: thx:) On 4/27/07, Cody Russell [EMAIL PROTECTED] wrote: Yeah, I committed to svn a couple days ago.

Re: error compiling gtk-2.10.11

2007-04-27 Thread Robert Schwebel
On Fri, Apr 27, 2007 at 10:56:22AM -0500, Yevgen Muntyan wrote: --8-- /bin/sh ../libtool --mode=link arm-iwmmx-linux-gnueabi-gcc -g -O2 -Wall -L/some/path/local/arm-iwmmx-linux-gnueabi/lib -L/some/path/local/arm-iwmmx-linux-gnueabi/usr/lib -Wl,-rpath-link

Re: error compiling gtk-2.10.11

2007-04-27 Thread Yevgen Muntyan
Robert Schwebel wrote: On Fri, Apr 27, 2007 at 10:56:22AM -0500, Yevgen Muntyan wrote: --8-- [snip] make[3]: *** [gtkbuiltincache.h] Error 1 --8-- Using debian with gtk-2.8 as host system? Yup. Bad enough, but gtk is not very cross

Re: *_type_register_static() and g_intern_static_string()

2007-04-27 Thread Matthias Clasen
On 4/27/07, Damon Chaplin [EMAIL PROTECTED] wrote: Why do the *_type_register_static() functions use g_intern_static_string() for the type name? Should apps be using g_intern_static_string() as well? If so, the docs should mention it. It is just a small optimization. Apps are free to use