Hi, This is Madhusudan here.
I am new to gtk+ programming and I need some help form u people.
I would like to create a background image for the window , and want other
widgets (ex: label, button etc), to be drawn over the image.
Wot I mean is,
1. the label/button text should be v
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 I'v
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 t
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 creating
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 yo
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
#include
#include
//#include
#include
#include
#include
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
_
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 way
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 rep