wxWidgets/docs/latex/wx/splitpar.tex
Julian Smart fc2171bd4c Name change replacements
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27090 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-04 08:27:20 +00:00

48 lines
1.3 KiB
TeX

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 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>
%% License: wxWidgets license
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\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}}}
\membersection{wxEvent::widthSash}
\member{const wxCoord}{widthSash}
The width of the splitter sash.
\membersection{wxSplitterRenderParams::border}
\member{const wxCoord}{border}
The width of the border drawn by the splitter inside it, may be $0$.
\membersection{wxSplitterRenderParams::isHotSensitive}
\member{const bool}{isHotSensitive}
\true if the sash changes appearance when the mouse passes over it, \false
otherwise.