Add libwx-perl
[pkg-perl] / deb-src / libwx-perl / libwx-perl-0.96 / Frames.xs
1 /////////////////////////////////////////////////////////////////////////////
2 // Name:        Frames.xs
3 // Purpose:     XS for Wx::Frame, Wx::Dialog, Wx::Panel
4 // Author:      Mattia Barbon
5 // Modified by:
6 // Created:     29/10/2000
7 // RCS-ID:      $Id: Frames.xs 2700 2009-12-13 11:25:50Z mbarbon $
8 // Copyright:   (c) 2000-2003, 2005-2009 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 #define PERL_NO_GET_CONTEXT
14
15 #include "cpp/wxapi.h"
16 #include "cpp/v_cback.h"
17
18 #undef THIS
19
20 WXPLI_BOOT_ONCE(Wx_Wnd);
21 #define boot_Wx_Wnd wxPli_boot_Wx_Wnd
22
23 MODULE=Wx_Wnd
24
25 INCLUDE: XS/Panel.xs
26
27 INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/Dialog.xs |
28
29 INCLUDE: XS/Frame.xs
30 INCLUDE: XS/StatusBar.xs
31 INCLUDE: XS/ToolBar.xs
32 INCLUDE: XS/Wizard.xs
33
34 INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/IconBundle.xsp |
35
36 INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/TopLevelWindow.xsp |
37
38 INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/PopupWindow.xsp |
39
40 INCLUDE: XS/ColourDialog.xs
41 INCLUDE: XS/DirDialog.xs
42 INCLUDE: XS/FileDialog.xs
43 INCLUDE: XS/TextEntryDialog.xs
44
45 INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/MessageDialog.xsp |
46
47 INCLUDE: XS/ProgressDialog.xs
48 INCLUDE: XS/SingleChoiceDialog.xs
49 INCLUDE: XS/MultiChoiceDialog.xs
50 INCLUDE: XS/FontDialog.xs
51 INCLUDE: XS/FindReplaceDialog.xs
52
53 INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/AboutDialog.xsp |
54
55 INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/PropertySheetDialog.xsp |
56
57 MODULE=Wx_Wnd