//---------------------------------------------------------------------------
%newgroup;
-%noautorepr wxColour;
class wxColour : public wxObject {
public:
//---------------------------------------------------------------------------
-%noautorepr wxDateTime;
// wxDateTime represents an absolute moment in the time
class wxDateTime {
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
-%noautorepr wxTimeSpan;
// This class contains a difference between 2 wxDateTime values, so it makes
// sense to add it to wxDateTime and it is the result of subtraction of 2
#define %addtofunc %feature("addtofunc")
#define %kwargs %feature("kwargs")
#define %nokwargs %feature("nokwargs")
-#define %noautorepr %feature("noautorepr")
#ifndef %shadow
#define %shadow %insert("shadow")
//---------------------------------------------------------------------------
%newgroup;
-%noautorepr wxGBPosition;
+
class wxGBPosition
{
-%noautorepr wxGBSpan;
class wxGBSpan
{
//---------------------------------------------------------------------------
%newgroup
-%noautorepr wxSize;
class wxSize
{
//---------------------------------------------------------------------------
%newgroup
-%noautorepr wxRealPoint;
+
class wxRealPoint
{
//---------------------------------------------------------------------------
%newgroup
-%noautorepr wxPoint;
+
class wxPoint
{
//---------------------------------------------------------------------------
%newgroup
-%noautorepr wxRect;
+
class wxRect
{
//---------------------------------------------------------------------------
%newgroup
-%noautorepr wxPoint2D;
+
// wxPoint2Ds represent a point or a vector in a 2d coordinate system
//---------------------------------------------------------------------------
-%noautorepr wxGridCellCoords;
class wxGridCellCoords
{