]> git.saurik.com Git - wxWidgets.git/commitdiff
wxDefaultPosition and wxDefaultSize are marked read-only.
authorRobin Dunn <robin@alldunn.com>
Fri, 22 Dec 2000 22:06:36 +0000 (22:06 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 22 Dec 2000 22:06:36 +0000 (22:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/wx.i

index 8aa1b43abfa9130267b0eb8386ba73cfe1bb177e..0f7cd3012ef8cf19c35ac636562afa01b1444253 100644 (file)
 
 #define __version__ "0.0.0"   // The real value is now in setup.py...
 
+%readonly
 wxPoint     wxDefaultPosition;
 wxSize      wxDefaultSize;
+%readwrite
 
 //---------------------------------------------------------------------------
 //---------------------------------------------------------------------------