Re: Creating new widgets




[1] The GObject construction chain in C goes like this:

  class init -> base init -> init -> constructor

these last two steps are actually implemented in reverse (constructor
returns a GObject pointer which has been created by calling the SUPER
constructor which in turn calls the init vfunc), but for sake of clarity
I'll leave it at that.

ciao,
 Emmanuele.


-- 
Emmanuele Bassi,  E: ebassi gmail com
W: http://www.emmanuelebassi.net
B: http://log.emmanuelebassi.net




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]