I got it working with this:
int number = 12;
char count[128]; 
sprintf( count, "%i", number );

thanks for all the help

2005/7/20, Søren Juul <[EMAIL PROTECTED]>:
> 
> Is it possible to use a int in labels? or is it only chars?
> 
> Søren J
>
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to