From 9eab353ce3751c8e4f047567a181785022015b6e Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Fri, 18 Mar 2005 09:31:19 +0000 Subject: [PATCH] SetSashSize doc'ed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32883 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/splitter.tex | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/latex/wx/splitter.tex b/docs/latex/wx/splitter.tex index bae4740e5d..3c09fc7a71 100644 --- a/docs/latex/wx/splitter.tex +++ b/docs/latex/wx/splitter.tex @@ -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}} -- 2.45.2