Re: [wxlua-users] Binding Objects problem

2009-10-11 Thread John Labenski
Sorry about the delay, this now works in CVS. Declare them in the interface files as: %define_object wxPoint wxDefaultPosition Regards, John On Wed, Sep 23, 2009 at 1:20 AM, John Labenski wrote: > On Tue, Sep 22, 2009 at 11:45 AM, Klaas Holwerda > wrote: >> Hi John, >> >> Is there a way

Re: [wxlua-users] Binding Objects problem

2009-09-22 Thread John Labenski
On Tue, Sep 22, 2009 at 11:45 AM, Klaas Holwerda wrote: > Hi John, > > Is there a way to wrap the objects mentioned below in several wrap files? > The actual wrapping of the class is in one of them. > If this is not so simple, i will make a unique *.i file just for this class. > But it looks more

[wxlua-users] Binding Objects problem

2009-09-22 Thread Klaas Holwerda
Hi John, Is there a way to wrap the objects mentioned below in several wrap files? The actual wrapping of the class is in one of them. If this is not so simple, i will make a unique *.i file just for this class. But it looks more like a general issue, so maybe it can be solved more elegantly. T