#############################################################################
## Name:        ext/grid/typemap
## Purpose:     typemap
## Author:      Mattia Barbon
## Modified by:
## Created:     04/12/2001
## RCS-ID:      $Id: typemap,v 1.13 2005/07/30 10:23:54 mbarbon Exp $
## Copyright:   (c) 2001, 2003-2004 Mattia Barbon
## Licence:     This program is free software; you can redistribute it and/or
##              modify it under the same terms as Perl itself
#############################################################################

TYPEMAP
wxGridSelectionModes    T_ENUM
wxGridAttrKind          T_ENUM

wxGrid *                O_WXOBJECT
wxGridEvent *          O_WXOBJECT
wxGridSizeEvent *      O_WXOBJECT
wxGridRangeSelectEvent * O_WXOBJECT
wxGridEditorCreatedEvent * O_WXOBJECT

wxGridCellCoords *      O_NON_WXOBJECT
wxGridCellAttr *        O_NON_WXOBJECT
wxGridCellAttr *        O_NON_WXOBJECT
wxGridCellAttr::wxAttrKind      T_ENUM

wxGridCellRenderer *            O_WXCLIENTDATACONTAINER
wxGridCellStringRenderer *      O_NON_WXOBJECT
wxGridCellNumberRenderer *      O_NON_WXOBJECT
wxGridCellFloatRenderer *       O_NON_WXOBJECT
wxGridCellBoolRenderer *        O_NON_WXOBJECT
wxPlGridCellRenderer *          O_WXCLIENTDATACONTAINER

wxGridCellEditor *              O_WXCLIENTDATACONTAINER
wxGridCellTextEditor *          O_NON_WXOBJECT
wxGridCellNumberEditor *        O_NON_WXOBJECT
wxGridCellFloatEditor *         O_NON_WXOBJECT
wxGridCellBoolEditor *          O_NON_WXOBJECT
wxGridCellChoiceEditor *        O_NON_WXOBJECT
wxPlGridCellEditor *            O_WXCLIENTDATACONTAINER

wxPlGridTable*                  O_WXOBJECT
wxGridTableBase*                O_WXOBJECT

wxGridTableMessage*             O_NON_WXOBJECT
