Re: array of labels
- From: Wolfgang Sourdeau <wolfgang ultim net>
- To: gtk-list gnome org
- Subject: Re: array of labels
- Date: Sun, 26 Nov 2000 15:06:37 -0500
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]