Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xmnotebook(3) [debian man page]

XmNotebook(3)							  LessTif Manuals						     XmNotebook(3)

NAME
XmNotebook - a widget that allows a user to manipulate underlying widgets like pages of a book. SYNOPSIS
#include <Xm/Notebook.h> XmNotebook XmCreateNotebook DESCRIPTION
XmNotebook is 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. 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. X RESOURCES
Name Class Type Default Access ------------------------------------------------------------------------------------------ XmNbackPageForeground XmCBackPageForeground Pixel NULL CSG XmNbackPageNumber XmCBackPageNumber Int 2 CSG XmNbackPagePlacement XmCBackPagePlacement ScrollBarPlacement NULL CSG XmNbackPageSize XmCBackPageSize Dimension NULL CSG XmNbindingPixmap XmCBindingPixmap Pixmap NULL CSG XmNbindingType XmCBindingType BindingType NULL CSG XmNbindingWidth XmCBindingWidth Dimension NULL CSG XmNfirstPageNumber XmCFirstPageNumber Int 1 CSG XmNlastPageNumber XmCLastPageNumber Int NULL CSG XmNframeBackground XmCFrameBackground Pixel NULL CSG XmNbackPageBackground XmCBackPageBackground Pixel NULL CSG XmNframeShadowThickness XmCFrameShadowThickness Dimension NULL CSG XmNinnerMarginHeight XmCInnerMarginHeight Dimension NULL CSG XmNinnerMarginWidth XmCInnerMarginWidth Dimension NULL CSG XmNminorTabSpacing XmCMinorTabSpacing Dimension NULL CSG XmNmajorTabSpacing XmCMajorTabSpacing Dimension NULL CSG XmNorientation XmCOrientation Orientation NULL CSG XmNpageChangedCallback XmCPageChangedCallback Callback NULL CSG XmNbackPageForeground XmNbackPageNumber XmNbackPagePlacement XmNbackPageSize XmNbindingPixmap XmNbindingType XmNbindingWidth XmNfirstPageNumber XmNlastPageNumber XmNframeBackground XmNbackPageBackground XmNframeShadowThickness XmNinnerMarginHeight XmNinnerMarginWidth XmNminorTabSpacing XmNmajorTabSpacing XmNorientation XmNpageChangedCallback CLASS HIERARCHY
Object(3) Rect(3) UnNamedObj(3) Core(3) Composite(3) Constraint(3) XmManager(3) XmNotebook(3) CALLBACKS
typedef struct { int reason; XEvent *event; int page_number; Widget page_widget; int prev_page_number; Widget prev_page_widget; } XmNotebookCallbackStruct; CONVENIENCE FUNCTIONS
SEE ALSO
LessTif Project April 1998 XmNotebook(3)

Check Out this Related Man Page

XmManager(3)							  LessTif Manuals						      XmManager(3)

NAME
XmManager - Motif-compatible window-manager widget SYNOPSIS
#include <Xm/Manager.h> XmManager XmCreateManager DESCRIPTION
XmManager X RESOURCES
Name Class Type Default Access ----------------------------------------------------------------------------------------- XmNunitType XmCUnitType UnitType NULL CSG XmNx XmCPosition HorizontalPosition NULL CSG XmNy XmCPosition VerticalPosition NULL CSG XmNwidth XmCDimension HorizontalDimension NULL CSG XmNheight XmCDimension VerticalDimension NULL CSG XmNborderWidth XmCBorderWidth HorizontalDimension NULL CSG XmNforeground XmCForeground Pixel NULL CSG XmNbackground XmCBackground Pixel NULL CSG XmNbackgroundPixmap XmCPixmap XmBackgroundPixmap NULL CSG XmNhighlightColor XmCHighlightColor Pixel NULL CSG XmNhighlightPixmap XmCHighlightPixmap ManHighlightPixmap NULL CSG XmNnavigationType XmCNavigationType NavigationType NULL CSG XmNshadowThickness XmCShadowThickness HorizontalDimension NULL CSG XmNtopShadowColor XmCTopShadowColor Pixel NULL CSG XmNtopShadowPixmap XmCTopShadowPixmap ManTopShadowPixmap NULL CSG XmNbottomShadowColor XmCBottomShadowColor Pixel NULL CSG XmNbottomShadowPixmap XmCBottomShadowPixmap ManBottomShadowPixmap NULL CSG XmNhelpCallback XmCCallback Callback NULL CSG XmNuserData XmCUserData Pointer NULL CSG XmNtraversalOn XmCTraversalOn Boolean NULL CSG XmNstringDirection XmCStringDirection StringDirection NULL CSG XmNinitialFocus XmCInitialFocus Widget NULL CSG XmNunitType XmNx XmNy XmNwidth XmNheight XmNborderWidth XmNforeground XmNbackground XmNbackgroundPixmap XmNhighlightColor XmNhighlightPixmap XmNnavigationType XmNshadowThickness XmNtopShadowColor XmNtopShadowPixmap XmNbottomShadowColor XmNbottomShadowPixmap XmNhelpCallback XmNuserData XmNtraversalOn XmNstringDirection XmNinitialFocus CLASS HIERARCHY
Object(3) Rect(3) UnNamedObj(3) Core(3) Composite(3) Constraint(3) XmManager(3) CALLBACKS
CONVENIENCE FUNCTIONS
SEE ALSO
LessTif Project April 1998 XmManager(3)
Man Page