Re: Using GdkPixbuf buffers with GraphicsMagick

2009-01-07 Thread jcupitt
2009/1/7 Luka Napotnik luka.napot...@gmail.com: I've converted the buffer to an RGBA array with 16-bits per channel. But loading the blob still fails. Any other ideas? We can't tell you what's wrong if you don't show any code. You need to post a tiny (but complete) test program. It'll only take

Re: Using GdkPixbuf buffers with GraphicsMagick

2009-01-07 Thread jcupitt
Hi again, 2009/1/7 Luka Napotnik luka.napot...@gmail.com: Here's a sample code that fails: I had a look at the docs and MagickReadImageBlob() probably isn't the right bit of API. It expects the data to be in a contaner format, such as PNG or JPEG. ConstituteImage() is probably better:

re: gtk_main_iteration() exits app first time through

2009-01-07 Thread Garth's KidStuff
Hey All, It was my app bug. We'd added a new polling loop activated by a timer but during the gtk_main_iteration the program state wasn't correct for the new code. No worries! -- Garth Upshaw Garth's KidStuff ___ gtk-app-devel-list mailing list

Toolbar text makes toolbar very, very wide

2009-01-07 Thread Garth's KidStuff
Hey All, When I turn on toolbar button labels Text Below Items (System Preference Appearance Interface), the toolbar gets much, much wider than it seems it should. There's lots of wasted space and it makes the toolbar for the app I'm working on almost useless on smaller screens. Does anyone

Re: Toolbar text makes toolbar very, very wide

2009-01-07 Thread Pavel A. da Mek
When I turn on toolbar button labels Text Below Items (System Preference Appearance Interface), the toolbar gets much, much wider than it seems it should. There's lots of wasted space and it makes the toolbar for the app I'm working on almost useless on smaller screens. Does anyone have

Re: Using GdkPixbuf buffers with GraphicsMagick

2009-01-07 Thread Larry Reaves
On Wed, 2009-01-07 at 14:34 +, jcup...@gmail.com wrote: Hi again, 2009/1/7 Luka Napotnik luka.napot...@gmail.com: Here's a sample code that fails: I had a look at the docs and MagickReadImageBlob() probably isn't the right bit of API. It expects the data to be in a contaner format,

GTK+ 2.14.7 released

2009-01-07 Thread Matthias Clasen
GTK+ 2.14.7 is now available for download at: ftp://ftp.gtk.org/pub/gtk/2.14/ http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.14/ gtk+-2.14.7.tar.bz2 md5sum: fb1614d4b2adba7b078e2e799b5db604 gtk+-2.14.7.tar.gz md5sum: be92fe081c6ae92b6d0621b27492434e This is a bug fix release in the 2.14

running error

2009-01-07 Thread xu jiang
Hi, When running a gtk program, the following error occurs. (g1:1790): GLib-GObject-WARNING **: /build/buildd/glib2.0-2.16.6/gobject/gsignal.c:1669: signal `contacts_add' is invalid for instance `0x80befb0' I will appreciate any hints and suggestion. Jane