Re: GTK internals : EVENT FLOW

2007-08-06 Thread varun_shrivastava
tions, mistakes and something i missed for the same. thanks varun http://www.nabble.com/file/p12012796/GtkEvent.odt GtkEvent.odt varun_shrivastava wrote: > > hi >to know about gtk internals, reading and understanding the source code > is the best, (as i have been told so) but the so

Re: GTK internals

2007-07-22 Thread varun_shrivastava
nome.org > http://mail.gnome.org/mailman/listinfo/gtk-devel-list > > -- View this message in context: http://www.nabble.com/GTK-internals-tf4012561.html#a11738017 Sent from the Gtk+ - Dev - General mailing list archive at Nabble.com. ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: GTK internals

2007-07-20 Thread muppet
varun_shrivastava wrote: > > but how gtk takes care of calling gdk_init is a mystery to me, as we never > call gdk_init from our gtk program. [we only call gtk_init() ] > > Can any one provide a view to that? grep just a little further, and your answers are right there. gdk_init() calls gdk_init

Re: GTK internals

2007-07-19 Thread varun_shrivastava
, I have a work station What more can I say>(^_^)< Tor Lillqvist wrote: > > varun_shrivastava writes: > > So as i also want to know about the internals, where to start from the > > source code? > > That depends on what aspects of G

Re: GTK internals

2007-07-06 Thread Tor Lillqvist
varun_shrivastava writes: > So as i also want to know about the internals, where to start from the > source code? That depends on what aspects of GTK internals you want to learn. - The low-level window manipulation and graphics interface to the X11 window system? In that case you should

Re: GTK internals

2007-07-05 Thread varun_shrivastava
hi to know about gtk internals, reading and understanding the source code is the best, (as i have been told so) but the source code is a so huge that where to begin itself in the code is the first question that comes to my mind. So as i also want to know about the internals, where to start

Re: GTK internals

2007-07-03 Thread Felix Rabe (public)
Claudio Saavedra wrote: > http://le-hacker.org/papers/gobject/ch03.html This is already included in http://developer.gnome.org/doc/API/2.0/gobject/chapter-signal.html . Greetings, Felix signature.asc Description: OpenPGP digital signature ___ gtk-dev

Re: GTK internals

2007-07-03 Thread Claudio Saavedra
On Mon, 2007-07-02 at 07:29 -0700, [EMAIL PROTECTED] wrote: > Hi, > > Is there any document like this: > http://www.sunsite.ualberta.ca/Documentation/Graphics/by-node/gtk+-1.1.1/gtk_toc.html > > Showing the internal details of GTK. This one is pretty outdated(almost 9 > yrs old) and incomplete. I

Re: GTK internals

2007-07-03 Thread Tim Janik
On Mon, 2 Jul 2007 [EMAIL PROTECTED] wrote: > Hi, > > Is there any document like this: > http://www.sunsite.ualberta.ca/Documentation/Graphics/by-node/gtk+-1.1.1/gtk_toc.html > > Showing the internal details of GTK. This one is pretty outdated(almost 9 > yrs old) and incomplete. I wanted to know t

Re: GTK internals

2007-07-02 Thread Tshepang Lekhonkhobe
On 7/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > Is there any document like this: > http://www.sunsite.ualberta.ca/Documentation/Graphics/by-node/gtk+-1.1.1/gtk_toc.html > > Showing the internal details of GTK. This one is pretty outdated(almost 9 > yrs old) and incomplete. I wante

GTK internals

2007-07-02 Thread abhishek
Hi, Is there any document like this: http://www.sunsite.ualberta.ca/Documentation/Graphics/by-node/gtk+-1.1.1/gtk_toc.html Showing the internal details of GTK. This one is pretty outdated(almost 9 yrs old) and incomplete. I wanted to know the details regarding the signaling system of GTK. Does an