more wxRendererNative docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22759 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
48
docs/latex/wx/splitpar.tex
Normal file
48
docs/latex/wx/splitpar.tex
Normal file
@@ -0,0 +1,48 @@
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% 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.
|
||||
|
||||
|
Reference in New Issue
Block a user