| Has anyone had any luck with this? This is the source I use: *****************************************   GtkWidget *pixmap = NULL;    /* get image (xpm) from file */   pixmap = ......   if(pixmap != NULL)     {              gdk_window_set_icon(DOTGTKMainWindowGetGdk(),DOTGTKMainWindowGetGdk(),                                       GTK_PIXMAP(pixmap)->pixmap,                                       GTK_PIXMAP(pixmap)->mask);     } ***************************************** Regards, Martyn |