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