From: Robin Dunn Date: Fri, 22 Dec 2000 22:06:36 +0000 (+0000) Subject: wxDefaultPosition and wxDefaultSize are marked read-only. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/35d60de2215cf90ee64055a6e2b2a2babcedb265 wxDefaultPosition and wxDefaultSize are marked read-only. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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 //--------------------------------------------------------------------------- //---------------------------------------------------------------------------