Removed %noautorepr directives
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
5434ebd693
commit
94d33c49d1
@ -16,7 +16,6 @@
|
||||
//---------------------------------------------------------------------------
|
||||
%newgroup;
|
||||
|
||||
%noautorepr wxColour;
|
||||
|
||||
class wxColour : public wxObject {
|
||||
public:
|
||||
|
@ -58,7 +58,6 @@
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
%noautorepr wxDateTime;
|
||||
|
||||
// wxDateTime represents an absolute moment in the time
|
||||
class wxDateTime {
|
||||
@ -813,7 +812,6 @@ public:
|
||||
//---------------------------------------------------------------------------
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
%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
|
||||
|
@ -31,7 +31,6 @@ typedef unsigned char byte;
|
||||
#define %addtofunc %feature("addtofunc")
|
||||
#define %kwargs %feature("kwargs")
|
||||
#define %nokwargs %feature("nokwargs")
|
||||
#define %noautorepr %feature("noautorepr")
|
||||
|
||||
#ifndef %shadow
|
||||
#define %shadow %insert("shadow")
|
||||
|
@ -53,7 +53,7 @@ bool wxGBSpan_helper(PyObject* source, wxGBSpan** obj)
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
%newgroup;
|
||||
%noautorepr wxGBPosition;
|
||||
|
||||
|
||||
class wxGBPosition
|
||||
{
|
||||
@ -101,7 +101,6 @@ public:
|
||||
|
||||
|
||||
|
||||
%noautorepr wxGBSpan;
|
||||
|
||||
class wxGBSpan
|
||||
{
|
||||
|
@ -108,7 +108,6 @@ enum wxStockCursor
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
%newgroup
|
||||
%noautorepr wxSize;
|
||||
|
||||
class wxSize
|
||||
{
|
||||
@ -168,7 +167,7 @@ public:
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
%newgroup
|
||||
%noautorepr wxRealPoint;
|
||||
|
||||
|
||||
class wxRealPoint
|
||||
{
|
||||
@ -218,7 +217,7 @@ public:
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
%newgroup
|
||||
%noautorepr wxPoint;
|
||||
|
||||
|
||||
class wxPoint
|
||||
{
|
||||
@ -270,7 +269,7 @@ public:
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
%newgroup
|
||||
%noautorepr wxRect;
|
||||
|
||||
|
||||
class wxRect
|
||||
{
|
||||
@ -395,7 +394,7 @@ public:
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
%newgroup
|
||||
%noautorepr wxPoint2D;
|
||||
|
||||
|
||||
// wxPoint2Ds represent a point or a vector in a 2d coordinate system
|
||||
|
||||
|
@ -1381,7 +1381,6 @@ public:
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
%noautorepr wxGridCellCoords;
|
||||
|
||||
class wxGridCellCoords
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user