I use the following code:
  GdkPixmap *dot_gdk_pixmap;
  /* FIXME: These may not be visible at all resolutions or GTK themes. */
  dot_gdk_pixmap = 
    gdk_pixmap_colormap_create_from_xpm_d(button->window,
                                          /* FIXME: colormap: */ NULL, 
                                          /* mask: */ NULL,
                                          /* transparent color: */ NULL,
                                          dot_xpm);

  for(i=0;i<3;i++)
    {
      dot[i] = gtk_pixmap_new(dot_gdk_pixmap, NULL);
    }

a part of that is deprecated. How could I replace it?

-- 
Werden Sie mit uns zum "OnlineStar 2002"! Jetzt GMX wählen -
und tolle Preise absahnen! http://www.onlinestar.de

_______________________________________________
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Reply via email to