better documentation for wxWindow::SetSizerAndFit()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51178 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -527,10 +527,12 @@ passed to it. This only makes sense when {\it window} is actually a
|
||||
wxDialog, since SetSizeHints only has any effect in these classes.
|
||||
It does nothing in normal windows or controls.
|
||||
|
||||
This method is commonly invoked in the constructor of a toplevel window itself
|
||||
(see the sample in the description of \helpref{wxBoxSizer}{wxboxsizer}) if the
|
||||
This method is implicitly used by \helpref{wxWindow::SetSizerAndFit}{wxwindowsetsizerandfit}
|
||||
which is commonly invoked in the constructor of a toplevel window itself (see
|
||||
the sample in the description of \helpref{wxBoxSizer}{wxboxsizer}) if the
|
||||
toplevel window is resizable.
|
||||
|
||||
|
||||
\membersection{wxSizer::SetVirtualSizeHints}\label{wxsizersetvirtualsizehints}
|
||||
|
||||
\func{void}{SetVirtualSizeHints}{\param{wxWindow* }{window}}
|
||||
|
Reference in New Issue
Block a user