Added more default args as needed to allow most window types to be
constructed with only the parent window arg. In some cases other args may be required for normal operation, but they can usually be set after construction. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27592 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -491,7 +491,7 @@ the borders, scrollbars, other decorations...)", "");
|
||||
|
||||
|
||||
DocStr(GetBestSize,
|
||||
"This functions returns the best acceptable minimal size for the
|
||||
"This function returns the best acceptable minimal size for the
|
||||
window, if applicable. For example, for a static text control, it will
|
||||
be the minimal size such that the control label is not truncated. For
|
||||
windows containing subwindows (suzh aswx.Panel), the size returned by
|
||||
|
Reference in New Issue
Block a user