Add libwx-perl
[pkg-perl] / deb-src / libwx-perl / libwx-perl-0.96 / XS / ControlWithItems.xsp
1 #############################################################################
2 ## Name:        XS/ControlWithItems.xsp
3 ## Purpose:     XS for Wx::ControlWithItems
4 ## Author:      Mattia Barbon
5 ## Modified by:
6 ## Created:     14/08/2007
7 ## RCS-ID:      $Id: ControlWithItems.xsp 2163 2007-08-15 22:46:51Z mbarbon $
8 ## Copyright:   (c) 2007 Mattia Barbon
9 ## Licence:     This program is free software; you can redistribute it and/or
10 ##              modify it under the same terms as Perl itself
11 #############################################################################
12
13 %module{Wx};
14
15 %typemap{wxControlWithItems*}{simple};
16
17 %name{Wx::ControlWithItems} class wxControlWithItems
18 {
19 };
20
21 INCLUDE: perl -pe "s/ItemContainerImmutable/ControlWithItems/g" XS/ItemContainerImmutable.xs |
22 INCLUDE: perl -pe "s/ItemContainer/ControlWithItems/g" XS/ItemContainer.xs |
23