Shared or dynamic?!

2007-05-29 Thread Tomasz Jankowski
Hello! I'm going to write network library hardly based on GLib to improve my programming skills. However I haven't wrote any library so far, so I haven't got any experience with it. :( After reading libtool documentation I became a bit confused, because I don't know what kind of library should I b

Re: Run Loop Memory Management

2007-05-29 Thread Dan Saul
On Tue, 2007-29-05 at 16:29 -0700, Brian J. Tarricone wrote: > On Tue, 29 May 2007 18:12:57 -0500 Dan Saul wrote: > > >Good day, new to the list and GTK+ in general. > > > >I am formerly a Macintosh developer. Currently however I am now working > >on Objective C bindings for GTK+. I am currently

Re: Run Loop Memory Management

2007-05-29 Thread Brian J. Tarricone
Replying to myself... On Tue, 29 May 2007 16:29:12 -0700 Brian J. Tarricone wrote: >Actually, you might want to poke around in gdk/quartz/ inside gtk+ >SVN. I imagine autorelease pools are used in the MacOSX backend; maybe >you can find some hints there as to what's best. I was curious, so I lo

Re: Run Loop Memory Management

2007-05-29 Thread Brian J. Tarricone
On Tue, 29 May 2007 18:12:57 -0500 Dan Saul wrote: >Good day, new to the list and GTK+ in general. > >I am formerly a Macintosh developer. Currently however I am now working >on Objective C bindings for GTK+. I am currently looking at the >documentation for the run loop which I have found located

Re: Run Loop Memory Management

2007-05-29 Thread Maciej Katafiasz
tir, 29 05 2007 kl. 18:12 -0500, skrev Dan Saul: > I am formerly a Macintosh developer. Currently however I am now working > on Objective C bindings for GTK+. I am currently looking at the > documentation for the run loop which I have found located at > http://developer.gnome.org/doc/GGAD/sec-mainl

Run Loop Memory Management

2007-05-29 Thread Dan Saul
Good day, new to the list and GTK+ in general. I am formerly a Macintosh developer. Currently however I am now working on Objective C bindings for GTK+. I am currently looking at the documentation for the run loop which I have found located at http://developer.gnome.org/doc/GGAD/sec-mainloop.html

Re: GdkImage from GdkPixbuf

2007-05-29 Thread Tristan Van Berkom
On Tue, 2007-05-29 at 18:02 +0200, David Nečas (Yeti) wrote: > On Tue, May 29, 2007 at 11:04:53AM -0400, Tristan Van Berkom wrote: > > I've been beating my head against the tree for this one > > for the last 2 days... so, is there some code out there > > that will gdk_pixbuf_render_image() ? > > >

Re: GdkImage from GdkPixbuf

2007-05-29 Thread Kevin DeKorte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Nečas (Yeti) wrote: > On Tue, May 29, 2007 at 11:04:53AM -0400, Tristan Van Berkom wrote: >> I've been beating my head against the tree for this one >> for the last 2 days... so, is there some code out there >> that will gdk_pixbuf_render_image()

Re: GdkImage from GdkPixbuf

2007-05-29 Thread Yeti
On Tue, May 29, 2007 at 11:04:53AM -0400, Tristan Van Berkom wrote: > I've been beating my head against the tree for this one > for the last 2 days... so, is there some code out there > that will gdk_pixbuf_render_image() ? > > I actually dont even want compositing, something like: >memcpy (im

GdkImage from GdkPixbuf

2007-05-29 Thread Tristan Van Berkom
I've been beating my head against the tree for this one for the last 2 days... so, is there some code out there that will gdk_pixbuf_render_image() ? I actually dont even want compositing, something like: memcpy (image->mem, pixbuf->pixels, image->bpl * image->height) would do fine (minus the

Re: How to add stuff to treeviews??

2007-05-29 Thread Yeti
On Tue, May 29, 2007 at 08:15:40AM +0800, Jason Brisbane wrote: > I too am trying to use a Treeview model view, etc. > I have created a list store before and that works fine. > Now I am creating a new program and want to create a Treeview with a > parent iter and 6 set child iter (ie you create a