]>
Commit | Line | Data |
---|---|---|
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 | ||
15 | This is just a simple {\tt struct} used as a return value of | |
16 | \helpref{wxRendererNative::GetSplitterParams}{wxrenderernativegetsplitterparams}. | |
17 | ||
18 | It doesn't have any methods and all of its fields are constant and so can be | |
19 | only examined but not modified. | |
20 | ||
21 | \wxheading{Include files} | |
22 | ||
23 | <wx/renderer.h> | |
24 | ||
25 | \latexignore{\rtfignore{\wxheading{Members}}} | |
26 | ||
15d83f72 | 27 | \membersection{wxEvent::widthSash}\label{wxeventwidthsash} |
bc51e42e VZ |
28 | |
29 | \member{const wxCoord}{widthSash} | |
30 | ||
31 | The width of the splitter sash. | |
32 | ||
33 | ||
15d83f72 | 34 | \membersection{wxSplitterRenderParams::border}\label{wxsplitterrenderparamsborder} |
bc51e42e VZ |
35 | |
36 | \member{const wxCoord}{border} | |
37 | ||
38 | The width of the border drawn by the splitter inside it, may be $0$. | |
39 | ||
40 | ||
15d83f72 | 41 | \membersection{wxSplitterRenderParams::isHotSensitive}\label{wxsplitterrenderparamsishotsensitive} |
bc51e42e VZ |
42 | |
43 | \member{const bool}{isHotSensitive} | |
44 | ||
45 | \true if the sash changes appearance when the mouse passes over it, \false | |
46 | otherwise. | |
47 |