Re: [Gimp-developer] warning pixmap

2002-09-25 Thread Sven Neumann

Hi,

Martin Weber [EMAIL PROTECTED] writes:

 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;i3;i++)
 {
   dot[i] = gtk_pixmap_new(dot_gdk_pixmap, NULL);
 }
 
 a part of that is deprecated. How could I replace it?

there are other mailing lists that are much more appropriate for
asking these questions. Please try gtk-list or gtk-app-devel-list.


Salut, Sven

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



[Gimp-developer] warning pixmap

2002-09-24 Thread Martin Weber

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;i3;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