Re: -----Why this error info turn up?
- From: Inguva Rajasekhar <ringuva novell com>
- To: Bob Zhao <szbzhao tom com>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: -----Why this error info turn up?
- Date: Mon, 17 Jan 2005 17:03:26 +0530
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]