GdkPixmap as X11 Pixmap?

2011-06-09 Thread Ingo Brückl
I'm trying to get an X11 Pixmap from a GDK rendering function as follows (my_pixbuf has been created by gdk-pixbuf-csource): GdkPixmap *gdkIcon; GdkBitmap *gdkIconMask; Pixmap Icon; Pixmap IconMask; gtk_init(&argc, &argv); gdk_pixbuf_render_pixmap_and_mask_for_colormap ( gdk_pi

Old GTK stock items as svg?

2018-02-09 Thread Ingo Brückl
Hi, are the old GTK stock items somewhere available in svg format? The GTK source tarball contains only png files. ___ gtk-list mailing list gtk-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-list

Re: Old GTK stock items as svg?

2018-02-09 Thread Ingo Brückl
> They were just using named icons as far as I know, so the exact svg you > are referring to might depend on what icon theme you were using. The stock items were (compiled) part of GTK and independent from any icon theme. ___ gtk-list mailing list gtk-li

Compilation error with 3.22.28

2018-03-04 Thread Ingo Brückl
./.libs/libgtk-3.so: undefined reference to `_gtk_marshal_BOOLEAN__BOXED_BOXED' collect2: error: ld returned 1 exit status Any ideas? ___ gtk-list mailing list gtk-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-list

Re: Compilation error with 3.22.28

2018-03-08 Thread Ingo Brückl
> ./.libs/libgtk-3.so: undefined reference to > `_gtk_marshal_BOOLEAN__BOXED_BOXED' > collect2: error: ld returned 1 exit status > Any ideas? The provided gtkmarshalers.c is crappy! ___ gtk-list mailing list gtk-list@gnome.org https://mail.gnome.org/ma