From 35d60de2215cf90ee64055a6e2b2a2babcedb265 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 22 Dec 2000 22:06:36 +0000 Subject: [PATCH] wxDefaultPosition and wxDefaultSize are marked read-only. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/wx.i | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wxPython/src/wx.i b/wxPython/src/wx.i index 8aa1b43abf..0f7cd3012e 100644 --- a/wxPython/src/wx.i +++ b/wxPython/src/wx.i @@ -54,8 +54,10 @@ #define __version__ "0.0.0" // The real value is now in setup.py... +%readonly wxPoint wxDefaultPosition; wxSize wxDefaultSize; +%readwrite //--------------------------------------------------------------------------- //--------------------------------------------------------------------------- -- 2.50.0