Re: Creating new widgets
- From: Emmanuele Bassi <emmanuele emmanuelebassi net>
- To: gtk-perl-list gnome org
- Subject: Re: Creating new widgets
- Date: Fri, 13 Oct 2006 10:47:15 +0100
[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]