Fwd: Which widget should I use?

2006-08-09 Thread Fernando Apesteguía
Ok, Many thanks I think I'll use a GtkTreeView. Best Regards -- Forwarded message -- From: Guy Rouillier [EMAIL PROTECTED] Date: Aug 9, 2006 4:00 AM Subject: Re: Which widget should I use? To: gtk-app-devel-list@gnome.org Fernando Apesteguía wrote: Hi list! I need to

gtkmozembed question

2006-08-09 Thread Doğacan Güney
Hi, I am trying to write a program similar to the one at http://mirko.lilik.it/Ruby-GNOME2/moz-snapshooter.rb . As far as I understand it, net-stop only means that the loading of page is completed, it doesn't necessarily mean that drawing the widget is complete. My question is, is there a

launching openvpn in my new window

2006-08-09 Thread Hichem Njeh
Hi Every body, I've in my interfaice a button which launches open office and oowriter exactly. Is it possible to launch this application in a reserved (little) place in my window. Or if it's not in a fixed place in the screen without being able to move the openoffice's window. Thank's

My Gscanner Problem...

2006-08-09 Thread u821417
I would like to parse a txt data, and there is @data keyword in it. What i wanna do is take the number after the keyword ,and change it into a hex number. I cannot get the data after the @data keyword so far... :( [code] #include stdio.h #include string.h #include stdlib.h //#include libgen.h

Re: My Gscanner Problem...

2006-08-09 Thread Iago Rubio
On Wed, 2006-08-09 at 14:34 +0800, u821417 wrote: I would like to parse a txt data, and there is @data keyword in it. What i wanna do is take the number after the keyword ,and change it into a hex number. I cannot get the data after the @data keyword so far... :( Yes you can, but you're not

poptlibrary Crosscompilation for ARM11

2006-08-09 Thread harshavardhanreddy mandeepala
HI, I am trying to cross compile popt libraries for my IMX31(ARM11)processor from FC3. I used popt-1.6.4 ver. when i use ./configure --host=arm-linux --build=i386 --disable-nls or ./configure --host=arm-linux --build=i386 CC=arm-linux-gcc --disable-nls both the time it is compiling and

Re: help me catch up on GTK gui tools

2006-08-09 Thread Calum Benson
On 9 Aug 2006, at 03:27, Brett Stottlemyer wrote: Calum, Thanks for the links, you've given me a lot of new stuff to look at. I had no idea all of that was available; I was disappointed with the selection at sunfreeware, which is often out of date. I'm surprised to hear that some

Exporting Animated GIF's

2006-08-09 Thread Christopher Anderson
Hello there. I would like to save a series of Pixbuf's as an animated GIF. I'm wondering if I can use gdk_pixbuf_save() for this. I can't seem to find out for sure if it supports the GIF format. And even if it does, I'm not sure how to do the animation stuff. The GIMP can obviously do this, and