docstring fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31203 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-12-31 22:54:40 +00:00
parent 8919bc42e4
commit 7bde93ff27

View File

@@ -389,11 +389,18 @@ autogenerated) id", "");
int sizeFlags = wxSIZE_AUTO ), int sizeFlags = wxSIZE_AUTO ),
"Sets the position and size of the window in pixels. The sizeFlags "Sets the position and size of the window in pixels. The sizeFlags
parameter indicates the interpretation of the other params if they are parameter indicates the interpretation of the other params if they are
-1. wx.SIZE_AUTO*: a -1 indicates that a class-specific default equal to -1.
shoudl be used. wx.SIZE_USE_EXISTING: existing dimensions should be
used if -1 values are supplied. wxSIZE_ALLOW_MINUS_ONE: allow ======================== ======================================
dimensions of -1 and less to be interpreted as real dimensions, not wx.SIZE_AUTO A -1 indicates that a class-specific
default values.", "", default should be used.
wx.SIZE_USE_EXISTING Axisting dimensions should be used if
-1 values are supplied.
wxSIZE_ALLOW_MINUS_ONE Allow dimensions of -1 and less to be
interpreted as real dimensions, not
default values.
======================== ======================================
", "",
SetDimensions); SetDimensions);