]> git.saurik.com Git - wxWidgets.git/commitdiff
SetSashSize doc'ed
authorJulian Smart <julian@anthemion.co.uk>
Fri, 18 Mar 2005 09:31:19 +0000 (09:31 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 18 Mar 2005 09:31:19 +0000 (09:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32883 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/splitter.tex

index bae4740e5d94b0f7ac32ca91de4ff821c1edf2cd..3c09fc7a717944d2a503a0f362d20daec78f71d5 100644 (file)
@@ -331,6 +331,15 @@ Does not currently check for an out-of-range value.
 
 \helpref{wxSplitterWindow::GetSashPosition}{wxsplitterwindowgetsashposition}
 
+\membersection{wxSplitterWindow::SetSashSize}\label{wxsplitterwindowsetsashsize}
+
+\func{void}{SetSashSize}{\param{int }{size}}
+
+Sets the sash size. Normally, the sash size is determined according to the metrics
+of each platform, but the application can override this, for example to show
+a thin sash that the user is not expected to drag. If {\it size} is more -1,
+the custom sash size will be used.
+
 \membersection{wxSplitterWindow::SetMinimumPaneSize}\label{wxsplitterwindowsetminimumpanesize}
 
 \func{void}{SetMinimumPaneSize}{\param{int }{paneSize}}