Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xmpanedwindow(3) [debian man page]

XmPanedWindow(3)						  LessTif Manuals						  XmPanedWindow(3)

NAME
XmPanedWindow - Motif-compatible container widget for paned windows SYNOPSIS
#include <Xm/PanedW.h> XmPanedWindow XmCreatePanedWindow DESCRIPTION
XmPanedWindow X RESOURCES
Name Class Type Default Access ------------------------------------------------------------------------------------- XmNorientation XmCOrientation Orientation NULL CSG XmNmarginWidth XmCMarginWidth HorizontalDimension NULL CSG XmNmarginHeight XmCMarginHeight VerticalDimension NULL CSG XmNspacing XmCSpacing VerticalDimension NULL CSG XmNrefigureMode XmCBoolean Boolean NULL CSG XmNseparatorOn XmCSeparatorOn Boolean NULL CSG XmNsashIndent XmCSashIndent HorizontalPosition NULL CSG XmNsashWidth XmCSashWidth HorizontalDimension NULL CSG XmNsashHeight XmCSashHeight VerticalDimension NULL CSG XmNsashShadowThickness XmCShadowThickness HorizontalDimension NULL CSG XmNinsertPosition XmCInsertPosition Function NULL CSG XmNorientation XmNmarginWidth XmNmarginHeight XmNspacing XmNrefigureMode XmNseparatorOn XmNsashIndent XmNsashWidth XmNsashHeight XmNsashShadowThickness XmNinsertPosition CLASS HIERARCHY
Object(3) Rect(3) UnNamedObj(3) Core(3) Composite(3) Constraint(3) XmManager(3) XmPanedWindow(3) CALLBACKS
CONVENIENCE FUNCTIONS
SEE ALSO
LessTif Project April 1998 XmPanedWindow(3)

Check Out this Related Man Page

XmComboBox(3)							  LessTif Manuals						     XmComboBox(3)

NAME
XmComboBox - Motif-compatible combination-box widget SYNOPSIS
#include <Xm/ComboBox.h> XmComboBox XmCreateComboBox DESCRIPTION
XmComboBox X RESOURCES
Name Class Type Default Access --------------------------------------------------------------------------------------- XmNarrowSize XmCArrowSize HorizontalDimension NULL CSG XmNarrowSpacing XmCArrowSpacing HorizontalDimension NULL CSG XmNcomboBoxType XmCComboBoxType ComboBoxType NULL CSG XmNfontList XmCFontList FontList NULL CSG XmNhighlightThickness XmCHighlightThickness HorizontalDimension NULL CSG XmNmarginWidth XmCMarginWidth HorizontalDimension NULL CSG XmNmarginHeight XmCMarginHeight VerticalDimension NULL CSG XmNmatchBehavior XmCMatchBehavior MatchBehavior NULL CSG XmNrenderTable XmCRenderTable RenderTable NULL CSG XmNselectedItem XmCSelectedItem XmString NULL CSG XmNselectedPosition XmCSelectedPosition Int 0 CSG XmNselectionCallback XmCCallback Callback NULL CSG XmNshadowThickness XmCShadowThickness HorizontalDimension NULL CSG XmNarrowSize XmNarrowSpacing XmNcomboBoxType XmNfontList XmNhighlightThickness XmNmarginWidth XmNmarginHeight XmNmatchBehavior XmNrenderTable XmNselectedItem XmNselectedPosition XmNselectionCallback XmNshadowThickness CLASS HIERARCHY
Object(3) Rect(3) UnNamedObj(3) Core(3) Composite(3) Constraint(3) XmManager(3) XmComboBox(3) CALLBACKS
CONVENIENCE FUNCTIONS
SEE ALSO
LessTif Project April 1998 XmComboBox(3)
Man Page

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Tricky Sed

Hello. I am trying to convert occurrences of 'NULL' from a datafile. The 'NULL' occurences appears at this: |NULL| NULL|NULL| NULL|NULL| NULL|NULL| NULL| There should be 52 fields per line. I would like any occurrence of | NULL| or |NULL| to appear as '||' Currently I am using this sed... (2 Replies)
Discussion started by: bestbuyernc
2 Replies

2. Shell Programming and Scripting

Keep lines with specific words up in an order

I hava a file with following data: number|CREDIT_ID|NULL date|SYS_CREATION_DATE|NULL varchar2|GGS_COMMIT_CHAR|NULL varchar2|GGS_OP_TYPE|NULL number|GGS_SCN|NULL| number|GGS_LOG_SEQ|NULL number|GGS_LOG_POS|NULL number|GGS_ORACREC_SCN|NULL varchar2|BATCH_ID|NULL char|GGS_IMAGE_TYPE|NULL ... (6 Replies)
Discussion started by: kolesunil
6 Replies

3. Shell Programming and Scripting

awk help needed

Hi, i have input records as shown below. 4097,Probe3,G10,255,05/17/2011 12:44:03:185,NULL,05/17/2011 12:39:03:180,05/17/2011... (1 Reply)
Discussion started by: raghavendra.nsn
1 Replies