Re: help with window widgets

2006-11-12 Thread Liam R E Quin
On Sat, 2006-11-11 at 20:05 -0800, ybisou wrote: > Hi,[...] Hello! :-) > I'm writing a code that should allow me to read a list of int(one at the > time) from a STDIN into my GTK program. Eventually you'll probably want to do this by registering stdin as a file descripter (fileno(STDIN), or just

Re: help with window widgets

2006-11-12 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Nov 11, 2006 at 08:05:19PM -0800, ybisou wrote: > > Hi, > I'm just starting with GTK+ programming...(linux) > I hope someone could help me with this. [...] > //widgets initializations > > while( read(0,&x,strln(x)) Someone might be able to h