Re: How does one overlay one image on top of another ?

2008-04-01 Thread Bob Murphy
> As an alternate, how might I generate a new pixbuf with the 2nd image's bits > replacing the > 1st image's bits at a specific location ? (I'm sure Gimp can do this, I'm > just curious as > to how it manages this...) gdk_pixbuf_composite() does this. If the source pixbuf has an alpha channel,

Re: I'd like (working) printing sample code

2008-04-01 Thread Murray Cumming
On Tue, 2008-04-01 at 10:05 -0700, Garth's KidStuff wrote: > Hi Murray, > > Thanks. I'm running Ubuntu 7.10 Gutsy. I'm not sure how to tell what > version of Gtkmm I'm linking to, but I just used package manager to > get the latest available and here's what's in my /usr/lib: > -rw-r--r-- 1 root

Re: GLib 2.16.2 released

2008-04-01 Thread Allin Cottrell
On Tue, 1 Apr 2008, Matthias Clasen wrote: > GLib 2.16.2 is now available for download at: > > http://download.gnome.org/sources/glib/2.16/ > > glib-2.16.2.tar.bz2 md5sum: 662224ad0186183f64de98ef2183454b > glib-2.16.2.tar.gzmd5sum: f1a75b1f89953e7d87484ceffd70eb86 Hmm. waverley:/usr/sr

GtkDialog Activation.

2008-04-01 Thread Ajax John
Hi All, In one of my GtkApplications(Word), I'm coming across a GtkFilechooser. Basically the application is a just like word. When I try to open form Menu->open, a GtkFilechooser is coming up. After clicking into "open" the application pops up a GtkFileChooser (a GtkDialog.. i hope so) in the

GLib 2.16.2 released

2008-04-01 Thread Matthias Clasen
GLib 2.16.2 is now available for download at: http://download.gnome.org/sources/glib/2.16/ glib-2.16.2.tar.bz2 md5sum: 662224ad0186183f64de98ef2183454b glib-2.16.2.tar.gzmd5sum: f1a75b1f89953e7d87484ceffd70eb86 This is a bug fix release in the 2.16 series. GLib is the low-level core lib

Re: I'd like (working) printing sample code

2008-04-01 Thread Murray Cumming
On Mon, 2008-03-31 at 07:34 -0700, Garth's KidStuff wrote: > Hi, > > Thanks in advance. The sample code at: > http://www.gtkmm.org/docs/gtkmm-2.4/docs/tutorial/html/sec-printing-example.html > > doesn't work for me. I get the on_begin_print callback as expected, but > never receive the on_draw_