Re: array of labels



La plume légère, à Sun, Nov 26, 2000 at 08:57:45PM +0100, heure d'inpiration,
ASF écrivait en ces mots:
> gint foo(GtkWidget *widget)

It should be 'gboolean foo(GtkWidget *widget[])' instead.
(gboolean is the same things as a gint, but is there for cleaniness)

> {
> ..................
>     gtk_label_set_text(GTK_LABEL(???), "new text");
And here:
	gtk_label_set_text(GTK_LABEL(widget[number]), "new text");


Wolfgang
-- 
A chicken is an egg's way of producing more eggs.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]