]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed %noautorepr directives
authorRobin Dunn <robin@alldunn.com>
Thu, 13 Nov 2003 18:43:39 +0000 (18:43 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 13 Nov 2003 18:43:39 +0000 (18:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_colour.i
wxPython/src/_datetime.i
wxPython/src/_defs.i
wxPython/src/_gbsizer.i
wxPython/src/_gdicmn.i
wxPython/src/grid.i

index a4382bf318636642c67e8737582d050206de8389..b088443f00b607b56719f1a9848eb74a7eabc830 100644 (file)
@@ -16,7 +16,6 @@
 //---------------------------------------------------------------------------
 %newgroup;
 
-%noautorepr wxColour;
 
 class wxColour : public wxObject {
 public:
index 1656d0f2f9575fa545b4643bc419437a9ea2947d..c3eb550e3a59462726fe2e04c68b98fee331901e 100644 (file)
@@ -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
index 345ec6737eafd8d782c0f824197116a8e4257f6c..e8fce22cc37e6263287d3e11d74bae66dddbceef 100644 (file)
@@ -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")
index 462502aedb22b001584e629de5420a887b592a1b..ce24f8df9db36e43f464f84feb5331aeab935005 100644 (file)
@@ -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
 {
index 7a366942f985d429332719893ea2b402f8815967..8eba7fe13f446dfd9992d4c5955b989c7e71041e 100644 (file)
@@ -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
 
index 3181c2ee738096a48136db119799a6cdfc96f6bb..dae6b3c987ab839965cf01395358218a808ed9d0 100644 (file)
@@ -1381,7 +1381,6 @@ public:
 
 //---------------------------------------------------------------------------
 
-%noautorepr wxGridCellCoords;
 
 class wxGridCellCoords
 {