WellLog Widget Class
Overview
The WellLog widget is designed for viewing and interacting with well log data.
Inherited Behavior and Resources
The WellLog widget inherits behavior and resources from the Core,
Composite, Constraint and Motif Manager.
- The class pointer is xintWellLogWidgetClass.
- The class name is XintWellLog.
- The header file is included as <Xint/WellLog.h>.
XmNallowResize
Specifies whether or not the WellLog widget will attempt to resize its children
when it is resized.
XmNdestroyDecorations
Specifies whether the Axis and ScrollBar widgets attached to a Track widget
through constraint resource XmNgridWidget are automatically destroyed when the
Track widget is destroyed. The Axis or ScrollBar widgets will only be destroyed
if they are not referenced by another Track widget or Graphic object.
XmNhardcopyMode
Specifies the PostScript output mode. If the mode is XintEXPANDED then the
entire widget(s) will be output. If the mode is XintWYSIWYG then only the
portion of the widget(s) that is currently displayed will be output.
XmNmarginHeight
Specifies the margin in pixels above the top most child and below the bottom
most child.
XmNmarginWidth
Specifies the margins (in pixels) to the left of the first child and to right
of the last child.
XmNorientation
Specifies whether the WellLog widget aligns its children horizontally
(XintHORIZONTAL) or vertically (XintVERTICAL).
XmNspacing
Specifies the distance in pixels between two adjacent child widgets.