X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cc81d32f2bf8c159f3b1bf6ddaf62e6d77720209..6aaee6afdcde7c9e677f642303d4988a66cb9dc9:/docs/latex/wx/sashwin.tex diff --git a/docs/latex/wx/sashwin.tex b/docs/latex/wx/sashwin.tex index dc25937b60..e91a19a670 100644 --- a/docs/latex/wx/sashwin.tex +++ b/docs/latex/wx/sashwin.tex @@ -15,6 +15,10 @@ via a \helpref{wxSashEvent}{wxsashevent} notification. +\wxheading{Library} + +\helpref{wxAdv}{librarieslist} + \wxheading{Window styles} The following styles apply in addition to the normal wxWindow styles. @@ -60,7 +64,7 @@ enum wxSashEdgePosition { \latexignore{\rtfignore{\wxheading{Members}}} -\membersection{wxSashWindow::wxSashWindow} +\membersection{wxSashWindow::wxSashWindow}\label{wxsashwindowctor} \func{}{wxSashWindow}{\void} @@ -91,7 +95,7 @@ should generate a default size for the window.} \docparam{name}{Window name.} -\membersection{wxSashWindow::\destruct{wxSashWindow}} +\membersection{wxSashWindow::\destruct{wxSashWindow}}\label{wxsashwindowdtor} \func{}{\destruct{wxSashWindow}}{\void} @@ -131,7 +135,7 @@ Gets the minimum window size in the x direction. \membersection{wxSashWindow::GetMinimumSizeY}\label{wxsashwindowgetminimumsizey} -\constfunc{int}{GetMinimumSizeY}{\param{int}{ min}} +\constfunc{int}{GetMinimumSizeY}{\void} Gets the minimum window size in the y direction. @@ -140,6 +144,7 @@ Gets the minimum window size in the y direction. \constfunc{bool}{HasBorder}{\param{wxSashEdgePosition }{edge}} Returns true if the sash has a border, false otherwise. +This function is obsolete since the sash border property is unused. \wxheading{Parameters} @@ -194,6 +199,7 @@ Call this function to make a sash visible or invisible on a particular edge. \func{void}{SetSashBorder}{\param{wxSashEdgePosition }{edge}, \param{bool}{ hasBorder}} Call this function to give the sash a border, or remove the border. +This function is obsolete since the sash border property is unused. \wxheading{Parameters} @@ -203,5 +209,5 @@ Call this function to give the sash a border, or remove the border. \wxheading{See also} -\helpref{wxSashWindow::HashBorder}{wxsashwindowhasborder} +\helpref{wxSashWindow::HasBorder}{wxsashwindowhasborder}