splitpar.tex
来自「Wxpython Implemented on Windows CE, Sou」· TEX 代码 · 共 48 行
TEX
48 行
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Name: splitpar.tex
%% Purpose: wxSplitterRenderParams documentation
%% Author: Vadim Zeitlin
%% Modified by:
%% Created: 11.08.03
%% RCS-ID: $Id: splitpar.tex,v 1.5 2005/02/22 15:09:53 ABX Exp $
%% 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.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?