listbook.tex
来自「wxWidgets 是一个跨平台的 GUI 框架。它给开发人员提供了统一的接口」· TEX 代码 · 共 53 行
TEX
53 行
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Name: listbook.tex%% Purpose: wxListbook documentation%% Author: Vadim Zeitlin%% Modified by:%% Created: 22.08.03%% RCS-ID: $Id: listbook.tex,v 1.5 2005/02/22 15:09:50 ABX Exp $%% Copyright: (c) 2003 Vadim Zeitlin <vadim@wxwindows.org>%% License: wxWindows license%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\section{\class{wxListbook}}\label{wxlistbook}wxListbook is a class similar to \helpref{wxNotebook}{wxnotebook} but whichuses a \helpref{wxListCtrl}{wxlistctrl} to show the labels instead of thetabs.There is no documentation for this class yet but its usage isidentical to wxNotebook (except for the features clearly related to tabsonly), so please refer to that class documentation for now. You can alsouse the \helpref{notebook sample}{samplenotebook} to see wxListbook in action.\wxheading{Derived from}\helpref{wxControl}{wxcontrol}\\\helpref{wxWindow}{wxwindow}\\\helpref{wxEvtHandler}{wxevthandler}\\\helpref{wxObject}{wxobject}\wxheading{Include files}<wx/listbook.h>\wxheading{Window styles}\twocolwidtha{5cm}\begin{twocollist}\itemsep=0pt\twocolitem{\windowstyle{wxLB\_DEFAULT}}{Choose the default location for thelabels depending on the current platform (left everywhere except Mac whereit is top).}\twocolitem{\windowstyle{wxLB\_TOP}}{Place labels above the page area.}\twocolitem{\windowstyle{wxLB\_LEFT}}{Place labels on the left side.}\twocolitem{\windowstyle{wxLB\_RIGHT}}{Place labels on the right side.}\twocolitem{\windowstyle{wxLB\_BOTTOM}}{Place labels below the page area.}\end{twocollist}\wxheading{See also}\helpref{wxBookCtrl}{wxbookctrloverview}, \helpref{wxNotebook}{wxnotebook}, \helpref{notebook sample}{samplenotebook}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?