#############################################################################
## Name: ClassInfo.xs
## Purpose: XS for Wx::ClassInfo the CLASSINFO macro
## Author: Mattia Barbon
## Modified by:
## Created: 20/11/2000
## RCS-ID:
## Copyright: (c) 2000-2001 Mattia Barbon
## Licence: This program is free software; you can redistribute it and/or
## modify it under the same terms as Perl itself
#############################################################################
MODULE=Wx PACKAGE=Wx::ClassInfo
Wx_ClassInfo*
FindClass( name )
wxChar* name
CODE:
RETVAL = wxClassInfo::FindClass( name );
OUTPUT:
RETVAL
const wxChar*
Wx_ClassInfo::GetBaseClassName1()
const wxChar*
Wx_ClassInfo::GetBaseClassName2()
const wxChar*
Wx_ClassInfo::GetClassName()