RSS/Atom feed Twitter
Site is read-only, email is disabled

warning pixmap

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

warning pixmap Martin Weber 25 Sep 07:34
  warning pixmap Sven Neumann 25 Sep 20:39
Martin Weber
2002-09-25 07:34:45 UTC (over 21 years ago)

warning pixmap

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
dot[i] = gtk_pixmap_new(dot_gdk_pixmap, NULL); }

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

Sven Neumann
2002-09-25 20:39:55 UTC (over 21 years ago)

warning pixmap

Hi,

Martin Weber 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
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