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:
@@ -16,7 +16,6 @@
|
|||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
%newgroup;
|
%newgroup;
|
||||||
|
|
||||||
%noautorepr wxColour;
|
|
||||||
|
|
||||||
class wxColour : public wxObject {
|
class wxColour : public wxObject {
|
||||||
public:
|
public:
|
||||||
|
@@ -58,7 +58,6 @@
|
|||||||
|
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
|
|
||||||
%noautorepr wxDateTime;
|
|
||||||
|
|
||||||
// wxDateTime represents an absolute moment in the time
|
// wxDateTime represents an absolute moment in the time
|
||||||
class wxDateTime {
|
class wxDateTime {
|
||||||
@@ -813,7 +812,6 @@ public:
|
|||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
|
|
||||||
%noautorepr wxTimeSpan;
|
|
||||||
|
|
||||||
// This class contains a difference between 2 wxDateTime values, so it makes
|
// 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
|
// 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 %addtofunc %feature("addtofunc")
|
||||||
#define %kwargs %feature("kwargs")
|
#define %kwargs %feature("kwargs")
|
||||||
#define %nokwargs %feature("nokwargs")
|
#define %nokwargs %feature("nokwargs")
|
||||||
#define %noautorepr %feature("noautorepr")
|
|
||||||
|
|
||||||
#ifndef %shadow
|
#ifndef %shadow
|
||||||
#define %shadow %insert("shadow")
|
#define %shadow %insert("shadow")
|
||||||
|
@@ -53,7 +53,7 @@ bool wxGBSpan_helper(PyObject* source, wxGBSpan** obj)
|
|||||||
|
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
%newgroup;
|
%newgroup;
|
||||||
%noautorepr wxGBPosition;
|
|
||||||
|
|
||||||
class wxGBPosition
|
class wxGBPosition
|
||||||
{
|
{
|
||||||
@@ -101,7 +101,6 @@ public:
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
%noautorepr wxGBSpan;
|
|
||||||
|
|
||||||
class wxGBSpan
|
class wxGBSpan
|
||||||
{
|
{
|
||||||
|
@@ -108,7 +108,6 @@ enum wxStockCursor
|
|||||||
|
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
%newgroup
|
%newgroup
|
||||||
%noautorepr wxSize;
|
|
||||||
|
|
||||||
class wxSize
|
class wxSize
|
||||||
{
|
{
|
||||||
@@ -168,7 +167,7 @@ public:
|
|||||||
|
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
%newgroup
|
%newgroup
|
||||||
%noautorepr wxRealPoint;
|
|
||||||
|
|
||||||
class wxRealPoint
|
class wxRealPoint
|
||||||
{
|
{
|
||||||
@@ -218,7 +217,7 @@ public:
|
|||||||
|
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
%newgroup
|
%newgroup
|
||||||
%noautorepr wxPoint;
|
|
||||||
|
|
||||||
class wxPoint
|
class wxPoint
|
||||||
{
|
{
|
||||||
@@ -270,7 +269,7 @@ public:
|
|||||||
|
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
%newgroup
|
%newgroup
|
||||||
%noautorepr wxRect;
|
|
||||||
|
|
||||||
class wxRect
|
class wxRect
|
||||||
{
|
{
|
||||||
@@ -395,7 +394,7 @@ public:
|
|||||||
|
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
%newgroup
|
%newgroup
|
||||||
%noautorepr wxPoint2D;
|
|
||||||
|
|
||||||
// wxPoint2Ds represent a point or a vector in a 2d coordinate system
|
// wxPoint2Ds represent a point or a vector in a 2d coordinate system
|
||||||
|
|
||||||
|
@@ -1381,7 +1381,6 @@ public:
|
|||||||
|
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
|
|
||||||
%noautorepr wxGridCellCoords;
|
|
||||||
|
|
||||||
class wxGridCellCoords
|
class wxGridCellCoords
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user