]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/splitpar.tex
replaced my recent GSocket_SetReuseAddr() addition with GSocket_SetReusable() from...
[wxWidgets.git] / docs / latex / wx / splitpar.tex
CommitLineData
bc51e42e
VZ
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$
8%% Copyright: (c) 2003 Vadim Zeitlin <vadim@wxwindows.org>
fc2171bd 9%% License: wxWidgets license
bc51e42e
VZ
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}
28
29\member{const wxCoord}{widthSash}
30
31The width of the splitter sash.
32
33
34\membersection{wxSplitterRenderParams::border}
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}
42
43\member{const bool}{isHotSensitive}
44
45\true if the sash changes appearance when the mouse passes over it, \false
46otherwise.
47