Re: Is it possible to use int in labels?
- From: Søren Juul <zpon dk gmail com>
- To: gtk-app-devel-list gnome org
- Subject: Re: Is it possible to use int in labels?
- Date: Mon, 25 Jul 2005 22:43:27 +0200
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 <zpon dk gmail com>:
Is it possible to use a int in labels? or is it only chars?
Søren J
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]