Re: Basic GObject question

2007-01-20 Thread Stefan Kost
hi, Andreas Stricker wrote: >> Please don't laugh at me ;P Can someone explain me what reference counting >> is for? > > Wikipedia explain it not too bad: > > http://en.wikipedia.org/wiki/Reference_counting > > For glib specific implementation details I recomment to read this document: > > htt

Re: delete-event of GtkWidget

2007-01-20 Thread Yeti
On Sat, Jan 20, 2007 at 03:52:24PM +0100, Enrico Tröger wrote: > > If you don't handle the delete event, the widget gets marked for > > destroy. Later it gets the destroy event (at this point the widget is > > no longer quite functional: think of it as a last cleanup thing). > > Then it goes away.

Re: delete-event of GtkWidget

2007-01-20 Thread Enrico Tröger
On Sat, 20 Jan 2007 05:34:27 +, [EMAIL PROTECTED] wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Fri, Jan 19, 2007 at 06:52:03PM +0100, Enrico Tröger wrote: > > Hi all, > > > > when I write big dialogs, I create it only once, keep the pointer to > > the dialog and show it ever

Re: GTK+ 2.10.8 released

2007-01-20 Thread Chris Vine
On Saturday 20 January 2007 10:18, Tomasz Kłoczko wrote: > On Thu, 18 Jan 2007, younker wrote: > > After update to this version, my gnome-panel can not start up at all, > > always crash on startup, I am not sure is this caused by gtk, maybe it is > > caused by glib 2.12.9. > > In my case it is gnom

Re: GtkDrawingArea mouse events

2007-01-20 Thread Yann Renard
Jim George wrote: > My program has a GtkDrawingArea in a resizable window. The drawing > area needs a 2D array of integers, sized so that there is 1 integer > per pixel. When the user moves his mouse over the DrawingArea, I want > the program status bar to show the value from the array correspondin

Re: GTK+ 2.10.8 released

2007-01-20 Thread Tomasz Kłoczko
On Thu, 18 Jan 2007, younker wrote: After update to this version, my gnome-panel can not start up at all, always crash on startup, I am not sure is this caused by gtk, maybe it is caused by glib 2.12.9. In my case it is gnome-session. Try if remove ~/.gnome/session can help correctly start de