[Glade-users] lookup_widget oddness

Neil Hodge neh@attbi.com
27 Jan 2003 19:03:02 -0800


All:

I have just started porting my app to gtk2 using glade2.  Using the
following code:

GtkWidget *tree;
tree = lookup_widget(mainwindow, "pctv");

I keep getting the following warning:

warning: assignment makes pointer from integer without a cast

Any ideas?  Thanks.

Neil