No code changes, fixed various typos.
Applied patch by snowleopard2 fixing typos in interface/. Extended the fixes throughout trunk. Closes #13076. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -491,7 +491,7 @@ public:
|
||||
*/
|
||||
wxWindow* GetPrevSibling() const;
|
||||
/**
|
||||
Reparents the window, i.e the window will be removed from its
|
||||
Reparents the window, i.e. the window will be removed from its
|
||||
current parent window (e.g. a non-standard toolbar in a wxFrame)
|
||||
and then re-inserted into another.
|
||||
|
||||
@@ -2083,7 +2083,7 @@ public:
|
||||
|
||||
/**
|
||||
Sets the style of the window. Please note that some styles cannot be changed
|
||||
after the window creation and that Refresh() might need to be be called
|
||||
after the window creation and that Refresh() might need to be called
|
||||
after changing the others for the change to take place immediately.
|
||||
|
||||
See @ref overview_windowstyles "Window styles" for more information about flags.
|
||||
@@ -2787,7 +2787,7 @@ public:
|
||||
|
||||
|
||||
/**
|
||||
@name Constraints, sizers and window layouting functions
|
||||
@name Constraints, sizers and window layout functions
|
||||
*/
|
||||
//@{
|
||||
|
||||
@@ -2830,7 +2830,7 @@ public:
|
||||
This method calls SetSizer() and then wxSizer::SetSizeHints which sets the initial
|
||||
window size to the size needed to accommodate all sizer elements and sets the
|
||||
size hints which, if this window is a top level one, prevent the user from
|
||||
resizing it to be less than this minimial size.
|
||||
resizing it to be less than this minimal size.
|
||||
*/
|
||||
void SetSizerAndFit(wxSizer* sizer, bool deleteOld = true);
|
||||
|
||||
|
Reference in New Issue
Block a user