2003-08-11 00:33:11 +00:00
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
%% Name: splitpar.tex
|
|
|
|
%% Purpose: wxSplitterRenderParams documentation
|
|
|
|
%% Author: Vadim Zeitlin
|
|
|
|
%% Modified by:
|
|
|
|
%% Created: 11.08.03
|
|
|
|
%% RCS-ID: $Id$
|
|
|
|
%% Copyright: (c) 2003 Vadim Zeitlin <vadim@wxwindows.org>
|
2004-05-04 08:27:20 +00:00
|
|
|
%% License: wxWidgets license
|
2003-08-11 00:33:11 +00:00
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
|
|
|
|
|
|
|
|
\section{\class{wxSplitterRenderParams}}\label{wxsplitterrenderparams}
|
|
|
|
|
|
|
|
This is just a simple {\tt struct} used as a return value of
|
|
|
|
\helpref{wxRendererNative::GetSplitterParams}{wxrenderernativegetsplitterparams}.
|
|
|
|
|
|
|
|
It doesn't have any methods and all of its fields are constant and so can be
|
|
|
|
only examined but not modified.
|
|
|
|
|
|
|
|
\wxheading{Include files}
|
|
|
|
|
|
|
|
<wx/renderer.h>
|
|
|
|
|
|
|
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
|
|
|
|
2004-09-22 10:59:57 +00:00
|
|
|
\membersection{wxEvent::widthSash}\label{wxeventwidthsash}
|
2003-08-11 00:33:11 +00:00
|
|
|
|
|
|
|
\member{const wxCoord}{widthSash}
|
|
|
|
|
|
|
|
The width of the splitter sash.
|
|
|
|
|
|
|
|
|
2004-09-22 10:59:57 +00:00
|
|
|
\membersection{wxSplitterRenderParams::border}\label{wxsplitterrenderparamsborder}
|
2003-08-11 00:33:11 +00:00
|
|
|
|
|
|
|
\member{const wxCoord}{border}
|
|
|
|
|
|
|
|
The width of the border drawn by the splitter inside it, may be $0$.
|
|
|
|
|
|
|
|
|
2004-09-22 10:59:57 +00:00
|
|
|
\membersection{wxSplitterRenderParams::isHotSensitive}\label{wxsplitterrenderparamsishotsensitive}
|
2003-08-11 00:33:11 +00:00
|
|
|
|
|
|
|
\member{const bool}{isHotSensitive}
|
|
|
|
|
|
|
|
\true if the sash changes appearance when the mouse passes over it, \false
|
|
|
|
otherwise.
|
|
|
|
|