///////////////////////////////////////////////////////////////////////////// // Name: Frames.xs // Purpose: XS for Wx::Frame, Wx::Dialog, Wx::Panel // Author: Mattia Barbon // Modified by: // Created: 29/10/2000 // RCS-ID: $Id: Frames.xs 2935 2010-07-04 11:46:58Z mbarbon $ // Copyright: (c) 2000-2003, 2005-2010 Mattia Barbon // Licence: This program is free software; you can redistribute it and/or // modify it under the same terms as Perl itself ///////////////////////////////////////////////////////////////////////////// #define PERL_NO_GET_CONTEXT #include "cpp/wxapi.h" #include "cpp/v_cback.h" #undef THIS WXPLI_BOOT_ONCE(Wx_Wnd); #define boot_Wx_Wnd wxPli_boot_Wx_Wnd MODULE=Wx_Wnd INCLUDE: XS/Panel.xs INCLUDE_COMMAND: $^X -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/Dialog.xsp INCLUDE: XS/Frame.xs INCLUDE: XS/StatusBar.xs INCLUDE: XS/ToolBar.xs INCLUDE: XS/Wizard.xs INCLUDE_COMMAND: $^X -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/IconBundle.xsp INCLUDE_COMMAND: $^X -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/TopLevelWindow.xsp INCLUDE_COMMAND: $^X -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/PopupWindow.xsp INCLUDE: XS/ColourDialog.xs INCLUDE: XS/DirDialog.xs INCLUDE: XS/FileDialog.xs INCLUDE: XS/TextEntryDialog.xs INCLUDE_COMMAND: $^X -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/MessageDialog.xsp INCLUDE: XS/ProgressDialog.xs INCLUDE: XS/SingleChoiceDialog.xs INCLUDE: XS/MultiChoiceDialog.xs INCLUDE: XS/FontDialog.xs INCLUDE: XS/FindReplaceDialog.xs INCLUDE_COMMAND: $^X -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/AboutDialog.xsp INCLUDE_COMMAND: $^X -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/PropertySheetDialog.xsp MODULE=Wx_Wnd