Re: -----Why this error info turn up?
- From: Bob Zhao <szbzhao tom com>
- To: Inguva Rajasekhar <ringuva novell com>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: -----Why this error info turn up?
- Date: Mon, 17 Jan 2005 21:31:19 +0800
Thanks indeed,
the method works
I feel that is very strange.
I already define label as
Widget label[12];
at the beginning of the file.
Bob Zhao,
Inguva Rajasekhar ??:
1053 gtk_container_add (GTK_CONTAINER (button
[index]), label [index]);
Typecast label[index] as widget type. i.e,
gtk_container_add(GTK_CONTAINER(button[index]),
GTK_WIDGET(label[index]));
I guess that should remove the warning.
Regards,
Raj
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]