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;i<3;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

Reply via email to