Hello, Can someone help me with usage of lookup_widget(GtkWidget *widget, const gchar *widget_name)? I don't quite understand the first parameter. Is it the pointer to the parent widget who contains the child widget (here represented by *widget_name) for which we want to get its pointer? And if it is, why? Mike Huang