Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

composite(3) [debian man page]

Composite(3)							  LessTif Manuals						      Composite(3)

NAME
Composite - widget from X toolkit SYNOPSIS
#include <X11/Composite.h> DESCRIPTION
Composite is a widget which is defined in the X Toolkit. We document its existence here for completeness. Please refer to the X Window System documentation for the real information regarding this widget. X RESOURCES
Name Class Type Default Access ---------------------------------------------------------------------- XtNchildren XtCReadOnly WidgetList NULL CSG XtNnumChildren XtCReadOnly Cardinal NULL CSG XtNinsertPosition XtCInsertPosition Function NULL CSG XtNchildren XtNnumChildren XtNinsertPosition CLASS HIERARCHY
Object(3) Rect(3) UnNamedObj(3) Core(3) Composite(3) CALLBACKS
CONVENIENCE FUNCTIONS
SEE ALSO
LessTif Project October 1998 Composite(3)

Check Out this Related Man Page

TransientShell(3)						  LessTif Manuals						 TransientShell(3)

NAME
TransientShell - widget from X toolkit SYNOPSIS
#include <X11/Shell.h> DESCRIPTION
TransientShell is a widget which is defined in the X Toolkit. We document its existence here for completeness. Please refer to the X Win- dow System documentation for the real information regarding this widget. X RESOURCES
Name Class Type Default Access --------------------------------------------------------------- XtNtransient XtCTransient Boolean NULL CSG XtNtransientFor XtCTransientFor Widget NULL CSG XtNsaveUnder XtCSaveUnder Boolean NULL CSG XtNtransient XtNtransientFor XtNsaveUnder CLASS HIERARCHY
Object(3) Rect(3) UnNamedObj(3) Core(3) Composite(3) Shell(3) WMShell(3) VendorShell(3) TransientShell(3) CALLBACKS
CONVENIENCE FUNCTIONS
SEE ALSO
LessTif Project October 1998 TransientShell(3)
Man Page

2 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Relational Join (Composite Key)

hi, i have file 1: ====== 0501000|X1 0502000|X2 0501231|X3 0981222|X4 0502000|X6 0503000|X7 0932322|X8 file 2: ======= 050 0501 0502 09 098 (1 Reply)
Discussion started by: magedfawzy
1 Replies

2. Programming

Shared library versioning problem at runtime

My executable was linked under RedHat using the LessTif GUI shared library. When I try to run it under UBUNTU, I get an error message that the LessTif library cannot be found. The LessTif library is there, but it is a newer VERSION. My executable is looking for the older version it was linked with.... (1 Reply)
Discussion started by: imagtek
1 Replies