From: Mattia B. <mat...@li...> - 2007-06-09 09:21:54
|
On Thu, 07 Jun 2007 10:53:39 +1200 Klaas Hartmann <k.h...@ma...> wrote: Hi, > I'm relatively new to wx perl and am finding it to be very useful. There are a > few wxWidgets classes that are not yet implemented that I would like to use. > At the moment of particular interest is wxGraphicsPath. > > Is there a quick guide for contributing to wxperl somewhere? I assume to add a > wx class I need to add the XS interface for it and it's dependencies. What > else needs to be done, any work in Wx.pm or elsewhere? There is no guide, but you can have a look at Wx-DislupManager on CPAN and http://sourceforge.net/mailarchive/message.php?msg_id=494371475.20030326053428%40wordit.com You usually just need the XS interface and to add any necessary costants. Regards, Mattia |