wxWidgets/docs/latex/wx/splitpar.tex
Włodzimierz Skiba 8795498cd9 Licence name correction.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32309 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-22 15:09:56 +00:00

48 lines
1.4 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: wxWindows 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}\label{wxeventwidthsash}
\member{const wxCoord}{widthSash}
The width of the splitter sash.
\membersection{wxSplitterRenderParams::border}\label{wxsplitterrenderparamsborder}
\member{const wxCoord}{border}
The width of the border drawn by the splitter inside it, may be $0$.
\membersection{wxSplitterRenderParams::isHotSensitive}\label{wxsplitterrenderparamsishotsensitive}
\member{const bool}{isHotSensitive}
\true if the sash changes appearance when the mouse passes over it, \false
otherwise.