RE: Gtk3
- From: "Konovalov, Vadim (Vadim)** CTR **" <vadim konovalov alcatel-lucent com>
- To: Torsten Schoenfeld <kaffeetisch gmx de>, "gtk-perl-list gnome org" <gtk-perl-list gnome org>
- Subject: RE: Gtk3
- Date: Fri, 1 Apr 2011 07:58:54 +0200
From: gtk-perl-list-bounces gnome org On Behalf Of Torsten Schoenfeld
On 01.03.2011 23:46, Kevin Ryde wrote:
Torsten Schoenfeld<kaffeetisch gmx de> writes:
use Glib::Object::Introspection;
Glib::Object::Introspection->setup (
basename => 'Gtk',
version => '3.0',
package => 'Gtk3');
Does that load up pretty much all classes and function methods etc?
Yes, it does. It was using AUTOLOAD trickery originally, but that
turned out to be too fragile, so now G:O:I installs sub stubs
for every
method, function and constant.
Is this behaviour introduced for Gtk3, or what version of perl-Gtk this was introduced?
I am very in favour of light binding that allocates resource on demand.
Best regards,
Vadim.
[Date Prev][
Date Next] [Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]