1999-09-10 02:25:47 -04:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: _ogldefs.i
|
|
|
|
// Purpose: SWIG definitions for the wxWindows Object Graphics Library
|
|
|
|
//
|
|
|
|
// Author: Robin Dunn
|
|
|
|
//
|
|
|
|
// Created: 27-Aug-1999
|
|
|
|
// RCS-ID: $Id$
|
|
|
|
// Copyright: (c) 1998 by Total Control Software
|
|
|
|
// Licence: wxWindows license
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
//---------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
class wxOGLConstraint;
|
|
|
|
class wxBitmapShape;
|
|
|
|
class wxDiagram;
|
|
|
|
class wxDrawnShape;
|
|
|
|
class wxCircleShape;
|
|
|
|
class wxCompositeShape;
|
|
|
|
class wxDividedShape;
|
|
|
|
class wxDivisionShape;
|
|
|
|
class wxEllipseShape;
|
|
|
|
class wxLineShape;
|
|
|
|
class wxPolygonShape;
|
|
|
|
class wxRectangleShape;
|
|
|
|
class wxPseudoMetaFile;
|
|
|
|
class wxShape;
|
|
|
|
class wxShapeCanvas;
|
|
|
|
class wxShapeEvtHandler;
|
|
|
|
class wxTextShape;
|
1999-09-30 02:58:38 -04:00
|
|
|
class wxControlPoint;
|
1999-09-10 02:25:47 -04:00
|
|
|
|
|
|
|
class wxPyOGLConstraint;
|
|
|
|
class wxPyBitmapShape;
|
|
|
|
class wxPyDiagram;
|
|
|
|
class wxPyDrawnShape;
|
|
|
|
class wxPyCircleShape;
|
|
|
|
class wxPyCompositeShape;
|
|
|
|
class wxPyDividedShape;
|
|
|
|
class wxPyDivisionShape;
|
|
|
|
class wxPyEllipseShape;
|
|
|
|
class wxPyLineShape;
|
|
|
|
class wxPyPolygonShape;
|
|
|
|
class wxPyRectangleShape;
|
|
|
|
class wxPyPseudoMetaFile;
|
|
|
|
class wxPyShape;
|
|
|
|
class wxPyShapeCanvas;
|
|
|
|
class wxPyShapeEvtHandler;
|
|
|
|
class wxPyTextShape;
|
1999-09-30 02:58:38 -04:00
|
|
|
class wxPyControlPoint;
|
1999-09-10 02:25:47 -04:00
|
|
|
|
|
|
|
|
|
|
|
//---------------------------------------------------------------------------
|
|
|
|
//---------------------------------------------------------------------------
|
|
|
|
//---------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|