⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xmnotebook.3

📁 安装DDD之前
💻 3
字号:
'\" t.\" $Header: /cvsroot/lesstif/lesstif/doc/lessdox/widgets/XmNotebook.3,v 1.4 2001/03/04 22:02:02 amai Exp $.\".\" Copyright (C) 1997-1998 Free Software Foundation, Inc..\" .\" This file is part of the GNU LessTif Library..\" This library is free software; you can redistribute it and/or.\" modify it under the terms of the GNU Library General Public.\" License as published by the Free Software Foundation; either.\" version 2 of the License, or (at your option) any later version..\" .\" This library is distributed in the hope that it will be useful,.\" but WITHOUT ANY WARRANTY; without even the implied warranty of.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU.\" Library General Public License for more details..\" .\" You should have received a copy of the GNU Library General Public.\" License along with this library; if not, write to the Free.\" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA..\" .TH XmNotebook 3 "April 1998" "LessTif Project" "LessTif Manuals".SH NAMEXmNotebook - a widget that allows a user to manipulate underlying widgetslike pages of a book..SH SYNOPSIS.B #include <Xm/Notebook.h>.PP.B XmNotebook.PP.B XmCreateNotebook.SH DESCRIPTION.BR XmNotebookis a widget that allows presenting underlying widgets like pages of a book.Major and minor tabs can be associated with pages,and a scroller is presented to move to the next or previous page..PP.BR XmNotebook presents itself as a physical notebook with a spiral to keep the book together.This default can be overruled by replacing it with another image..SH X RESOURCES.TStab(;);l l l l l.Name;Class;Type;Default;Access_XmNbackPageForeground;XmCBackPageForeground;Pixel;NULL;CSGXmNbackPageNumber;XmCBackPageNumber;Int;2;CSGXmNbackPagePlacement;XmCBackPagePlacement;ScrollBarPlacement;NULL;CSGXmNbackPageSize;XmCBackPageSize;Dimension;NULL;CSGXmNbindingPixmap;XmCBindingPixmap;Pixmap;NULL;CSGXmNbindingType;XmCBindingType;BindingType;NULL;CSGXmNbindingWidth;XmCBindingWidth;Dimension;NULL;CSGXmNfirstPageNumber;XmCFirstPageNumber;Int;1;CSGXmNlastPageNumber;XmCLastPageNumber;Int;NULL;CSGXmNframeBackground;XmCFrameBackground;Pixel;NULL;CSGXmNbackPageBackground;XmCBackPageBackground;Pixel;NULL;CSGXmNframeShadowThickness;XmCFrameShadowThickness;Dimension;NULL;CSGXmNinnerMarginHeight;XmCInnerMarginHeight;Dimension;NULL;CSGXmNinnerMarginWidth;XmCInnerMarginWidth;Dimension;NULL;CSGXmNminorTabSpacing;XmCMinorTabSpacing;Dimension;NULL;CSGXmNmajorTabSpacing;XmCMajorTabSpacing;Dimension;NULL;CSGXmNorientation;XmCOrientation;Orientation;NULL;CSGXmNpageChangedCallback;XmCPageChangedCallback;Callback;NULL;CSG.TE.PP.BR XmNbackPageForeground.PP.BR XmNbackPageNumber.PP.BR XmNbackPagePlacement.PP.BR XmNbackPageSize.PP.BR XmNbindingPixmap.PP.BR XmNbindingType.PP.BR XmNbindingWidth.PP.BR XmNfirstPageNumber.PP.BR XmNlastPageNumber.PP.BR XmNframeBackground.PP.BR XmNbackPageBackground.PP.BR XmNframeShadowThickness.PP.BR XmNinnerMarginHeight.PP.BR XmNinnerMarginWidth.PP.BR XmNminorTabSpacing.PP.BR XmNmajorTabSpacing.PP.BR XmNorientation.PP.BR XmNpageChangedCallback.PP.SH CLASS HIERARCHY.BR Object (3).BR Rect (3).BR UnNamedObj (3).BR Core (3).BR Composite (3).BR Constraint (3).BR XmManager (3).BR XmNotebook (3).SH CALLBACKS.RS  typedef struct {     int reason;    XEvent *event;    int page_number;    Widget page_widget;    int prev_page_number;    Widget prev_page_widget;  } XmNotebookCallbackStruct;.RE.PP.SH CONVENIENCE FUNCTIONS.SH SEE ALSO

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -