684761db46
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
48 lines
1.3 KiB
TeX
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: 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}
|
|
|
|
\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.
|
|
|