setting icons



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

 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]