convert an int variable into a gdouble

2006-09-29 Thread ferri_marllo
Hi everyone!! i'm building an application,and i need to convert an int variable into a gdouble to can use some plotting functions. I don't know how to do it!! can you help me?? thanks ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Scientific/instrumentation widgets library released

2006-09-29 Thread Alexandre
Hi everyone, I'm working in some widgets to scientific/instrumentation visualization, and now, I've relesed the version 0.2 of the library. You can view it in the link below: www.tesla.eletrica.ufpr.br/giw and the project's sourceforge page www.sourceforge.net/projects/giw The

Re: convert an int variable into a gdouble

2006-09-29 Thread John Cupitt
On 9/29/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: i'm building an application,and i need to convert an int variable into a gdouble to can use some plotting functions. I don't know how to do it!! You can just cast: int i = 42; gdouble gd; gd = i; Unless I'm missing something?

Re: convert an int variable into a gdouble

2006-09-29 Thread Iago Rubio
On Fri, 2006-09-29 at 10:15 +0200, [EMAIL PROTECTED] wrote: Hi everyone!! i'm building an application,and i need to convert an int variable into a gdouble to can use some plotting functions. I don't know how to do it!! can you help me?? thanks From int to gdouble ??? gdouble d; int i =

Re: convert an int variable into a gdouble

2006-09-29 Thread Tor Lillqvist
Iago Rubio writes: A gdouble doubles in size an int Careful here, that depends on the machine. The original CRAY machines for instance had short, int, long, float and double all 64 bits in size, I think. --tml ___ gtk-app-devel-list mailing list

More widgets?

2006-09-29 Thread Juan Pablo
Im looking for some widgets like meters, thermometer, tachometers... I need it for show a numeric status in a coloured - quick to see way Are there any of them already been made? Saludos, Juan Pablo. -- Juan Pablo Daniel Borgna [EMAIL PROTECTED] Development Manager SHELLCODE, IT Solutions

Re: More widgets?

2006-09-29 Thread Allin Cottrell
On Fri, 29 Sep 2006, Juan Pablo wrote: Im looking for some widgets like meters, thermometer, tachometers... I need it for show a numeric status in a coloured - quick to see way Are there any of them already been made? www.tesla.eletrica.ufpr.br/giw Allin Cottrell