]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/sashwin.tex
Added newline for PDF RTF
[wxWidgets.git] / docs / latex / wx / sashwin.tex
index a2a85b294d4ae922c47e1673e164c3cb70fc0b4e..2dea05e9b67e4fb405fe0676d0c94cdc0373ff85 100644 (file)
@@ -60,7 +60,7 @@ enum wxSashEdgePosition {
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxSashWindow::wxSashWindow}
+\membersection{wxSashWindow::wxSashWindow}\label{wxsashwindowctor}
 
 \func{}{wxSashWindow}{\void}
 
@@ -91,7 +91,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 +131,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 +140,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 +195,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}