1%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2%% Name:        splitpar.tex
3%% Purpose:     wxSplitterRenderParams documentation
4%% Author:      Vadim Zeitlin
5%% Modified by:
6%% Created:     11.08.03
7%% RCS-ID:      $Id: splitpar.tex 32309 2005-02-22 15:09:56Z ABX $
8%% Copyright:   (c) 2003 Vadim Zeitlin <vadim@wxwindows.org>
9%% License:     wxWindows license
10%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
11
12
13\section{\class{wxSplitterRenderParams}}\label{wxsplitterrenderparams}
14
15This is just a simple {\tt struct} used as a return value of 
16\helpref{wxRendererNative::GetSplitterParams}{wxrenderernativegetsplitterparams}.
17
18It doesn't have any methods and all of its fields are constant and so can be
19only examined but not modified.
20
21\wxheading{Include files}
22
23<wx/renderer.h>
24
25\latexignore{\rtfignore{\wxheading{Members}}}
26
27\membersection{wxEvent::widthSash}\label{wxeventwidthsash}
28
29\member{const wxCoord}{widthSash}
30
31The width of the splitter sash.
32
33
34\membersection{wxSplitterRenderParams::border}\label{wxsplitterrenderparamsborder}
35
36\member{const wxCoord}{border}
37
38The width of the border drawn by the splitter inside it, may be $0$.
39
40
41\membersection{wxSplitterRenderParams::isHotSensitive}\label{wxsplitterrenderparamsishotsensitive}
42
43\member{const bool}{isHotSensitive}
44
45\true if the sash changes appearance when the mouse passes over it, \false
46otherwise.
47
48