X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6fb26ea3b3784922bd0613a5e96fda78fac684ac..e06b95691f1cc89509100700985101c34da7759e:/docs/latex/wx/sashwin.tex diff --git a/docs/latex/wx/sashwin.tex b/docs/latex/wx/sashwin.tex index 0956e0ea11..219d8e1944 100644 --- a/docs/latex/wx/sashwin.tex +++ b/docs/latex/wx/sashwin.tex @@ -11,6 +11,10 @@ via a \helpref{wxSashEvent}{wxsashevent} notification. \helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + \wxheading{Window styles} The following styles apply in addition to the normal wxWindow styles. @@ -182,9 +186,6 @@ Call this function to make a sash visible or invisible on a particular edge. \helpref{wxSashWindow::GetSashVisible}{wxsashwindowgetsashvisible} - // Set whether there's a border in this position - inline void SetSashBorder(wxSashEdgePosition edge, bool border) { m_sashes[edge].m_border = border; } - \membersection{wxSashWindow::SetSashBorder}\label{wxsashwindowsetsashborder} \func{void}{SetSashBorder}{\param{wxSashEdgePosition }{edge}, \param{bool}{ hasBorder}}