Text Fields



I was wondering if there was a way to get the contents of a text field,
when all you use is GtkWidget *text for about 5 text fields.

Or should I just use:

GtkWidget *text1;
GtkWidget *text2;
GtkWidget *text3;

and so on...

Thanks.



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