From: Robin Dunn Date: Thu, 13 Nov 2003 18:43:39 +0000 (+0000) Subject: Removed %noautorepr directives X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/94d33c49d11788ae1939e9fffb0b28fe04693f47 Removed %noautorepr directives git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_colour.i b/wxPython/src/_colour.i index a4382bf318..b088443f00 100644 --- a/wxPython/src/_colour.i +++ b/wxPython/src/_colour.i @@ -16,7 +16,6 @@ //--------------------------------------------------------------------------- %newgroup; -%noautorepr wxColour; class wxColour : public wxObject { public: diff --git a/wxPython/src/_datetime.i b/wxPython/src/_datetime.i index 1656d0f2f9..c3eb550e3a 100644 --- a/wxPython/src/_datetime.i +++ b/wxPython/src/_datetime.i @@ -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 diff --git a/wxPython/src/_defs.i b/wxPython/src/_defs.i index 345ec6737e..e8fce22cc3 100644 --- a/wxPython/src/_defs.i +++ b/wxPython/src/_defs.i @@ -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") diff --git a/wxPython/src/_gbsizer.i b/wxPython/src/_gbsizer.i index 462502aedb..ce24f8df9d 100644 --- a/wxPython/src/_gbsizer.i +++ b/wxPython/src/_gbsizer.i @@ -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 { diff --git a/wxPython/src/_gdicmn.i b/wxPython/src/_gdicmn.i index 7a366942f9..8eba7fe13f 100644 --- a/wxPython/src/_gdicmn.i +++ b/wxPython/src/_gdicmn.i @@ -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 diff --git a/wxPython/src/grid.i b/wxPython/src/grid.i index 3181c2ee73..dae6b3c987 100644 --- a/wxPython/src/grid.i +++ b/wxPython/src/grid.i @@ -1381,7 +1381,6 @@ public: //--------------------------------------------------------------------------- -%noautorepr wxGridCellCoords; class wxGridCellCoords {