Re: building GTK+ on ARM

2006-06-01 Thread Carlo Agrusti
Hiroki Kaminaga ha scritto lo scorso 01/06/2006 08:37: > Hi, > > I'm trying to build GTK+ for ARM architecture, my target board is > TI OMAP Starter Kit 5912 (OSK5912). > >>From the GTK+ FAQ, I built below package: > pkg-config > GNU make > JPEG, PNG, TIFF libraries > FreeType2 > fontconfig > (ic

Re: building GTK+ on ARM

2006-06-01 Thread Hiroki Kaminaga
From: Carlo Agrusti <[EMAIL PROTECTED]> > Don't use full X server; if you enable KDrive, you will have a fully > featured "tiny" X server for less than 1 MiB (compare it with a modern > glibc environment and you will discover where your resources are used). Thank you! (Hiroki Kaminaga) t -- _

Re: Widgets overlap

2006-06-01 Thread Christophe HAUSER
Hi, First, thanks for your answers :) But I didn't ask the good question : in fact, I'd like to overlap a video output widget and a Mozilla gecko widget. I want to put the browser on top of the video output, so you can see the video through the brower. In a word, the browser should be transparen

GLib 2.11.1 FreeBSD make fails

2006-06-01 Thread Vitaly D
Hello, All! I've already posted a make issue here not so long time ago. Here we come again. For a history i'm building a desktop station based on FreeBSD 4.11-RELEASE (GENERIC) kernel. while building GLib-2.11.1 i've got the following errors : http://pages-perso.esil.univ-mrs.fr/~vdoljiko/

Re: Win32 Binaries

2006-06-01 Thread Daniel Kasak
Surya Kiran Gullapalli wrote: > > That's what supposed to happen when one uses the ms-windows theme. > > > I've got it. The stock icons are coming with other themes. > Thanks, > Surya How are you installing / changing themes under Windows? I've been using a utility from http://members.lycos.co

Re: Help with GdkPIxbuf and GtkImage...

2006-06-01 Thread heavenscape
Maybe I am having the same question as you do. I am trying to display a 24bit image with size 2048X2048 pixels, and following is my code: //create a GdkPixbuf GdkPixbuf* pb = gdk_pixbuf_new_from_data( pDisplayBuf, // data buffer GDK_COLORSPACE_RGB, //COLORSPACE