The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#############################################################################
## Name:        ext/aui/typemap.xsp
## Purpose:     typemap file for xsubppp.pl
## Author:      Mattia Barbon
## Modified by:
## Created:     11/11/2006
## RCS-ID:      $Id: typemap.xsp 2143 2007-08-12 19:41:47Z mbarbon $
## Copyright:   (c) 2007 Mattia Barbon
## Licence:     This program is free software; you can redistribute it and/or
##              modify it under the same terms as Perl itself
#############################################################################

%typemap{wxAuiManagerEvent *}{simple};
%typemap{wxAuiNotebookEvent *}{simple};
%typemap{wxAuiNotebook *}{simple};
%typemap{wxAuiManager *}{simple};
%typemap{const wxAuiManager *}{simple};
%typemap{wxAuiPaneInfo *}{simple};
%typemap{const wxAuiPaneInfo&}{reference};
%typemap{wxAuiPaneInfo&}{reference};