"G.Gabriele" a �crit :
>
> Hi all,
>
> I need to put in a label a gint value...
>
> void pass-help (gint value)
> {
> gtk_label_set_text( GTK_LABEL(label), value);
> }
>
> How could I do that ?
Why don't you use g_strdup_printf("%d",value) ?
--
Florent DEVIN
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list
- Passing a gint to a label... G.Gabriele
- Re: Passing a gint to a label... scherfa
- Re: Passing a gint to a label... Will Benton
- Re: Passing a gint to a label... Derek Simkowiak
- Re: Passing a gint to a label... Charles Kerr
- Florent. Devin
