chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Qt egg - understanding it


From: Felix
Subject: Re: [Chicken-users] Qt egg - understanding it
Date: Tue, 24 Aug 2010 12:39:13 +0200 (CEST)

From: Arthur Maciel <address@hidden>
Subject: [Chicken-users] Qt egg - understanding it
Date: Mon, 23 Aug 2010 23:15:04 -0300

> 
> Isn't it possible to directly map every procedure/slot of a Qt widget into
> an equivalent Scheme code?

Unfortunately not without generating a huge pile of wrapper code (see
"Smoke", which does that for PyQt). The qt egg we currently have takes
advantage of the fact that properties can be dynamically changed, but
(currently) only explicitly wrapped methods can be invoked.  Some
widget-classes are available directly for convenience, though, but the
selection is (currently) more or less arbitrary.


cheers,
felix



reply via email to

[Prev in Thread] Current Thread [Next in Thread]