wxDefaultPosition and wxDefaultSize are marked read-only.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2000-12-22 22:06:36 +00:00
parent 1b2dab346d
commit 35d60de221

View File

@@ -54,8 +54,10 @@
#define __version__ "0.0.0" // The real value is now in setup.py...
%readonly
wxPoint wxDefaultPosition;
wxSize wxDefaultSize;
%readwrite
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------