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
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.
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
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
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
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