~ubuntu-branches/ubuntu/trusty/libwx-perl/trusty

« back to all changes in this revision

Viewing changes to ext/grid/XS/GridTable.xsp

  • Committer: Bazaar Package Importer
  • Author(s): Roberto C. Sanchez
  • Date: 2011-01-18 17:17:01 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110118171701-z5rfg143qndfrau2
Tags: 1:0.98-1
* New upstream release
  - add epoch, to compensate for upstream going from 0.9702 -> 0.98
* Standards-Version: 3.9.1 (no changes required)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
## Author:      Mattia Barbon
5
5
## Modified by:
6
6
## Created:     02/08/2003
7
 
## RCS-ID:      $Id: GridTable.xsp 2304 2007-12-24 17:25:51Z mbarbon $
8
 
## Copyright:   (c) 2003-2004, 2007 Mattia Barbon
 
7
## RCS-ID:      $Id: GridTable.xsp 2927 2010-06-06 08:06:10Z mbarbon $
 
8
## Copyright:   (c) 2003-2004, 2007, 2010 Mattia Barbon
9
9
## Licence:     This program is free software; you can redistribute it and/or
10
10
##              modify it under the same terms as Perl itself
11
11
#############################################################################
17
17
%typemap{wxGridCellAttr*}{simple};
18
18
%typemap{wxGridCellAttr::wxAttrKind}{simple};
19
19
 
20
 
%file{cpp/gridtable.h};
 
20
%file{xspp/gridtable.h};
21
21
%{
22
22
 
23
23
#include "cpp/v_cback.h"
99
99
%}
100
100
%file{-};
101
101
 
102
 
#include "cpp/gridtable.h"
 
102
#include "xspp/gridtable.h"
103
103
 
104
104
#define wxGridCellAttr__wxAttrKind wxGridCellAttr::wxAttrKind
105
105