Seismic Widget Class


Defined Actions

The following action procedures are defined by the Seismic widget for displaying and manipulating a seismic section. Note that the XintSeismic widget class inherits all of the action procedures defined by its superclasses. The defined and inherited action routines can be associated with user actions via a translation table.

NameDescription
EditBackground()Displays an EditColor widget used for changing the Seismic widget's background color.
EditForeground()Displays an EditColor widget used for changing the Seismic widget's foreground color.
EditOverlayForeground()Displays an EditColor widget used for changing the overlay data's foreground color.
EditPlot()Displays the panel used for changing the seismic section display attributes.
HighlightTrace(s)Causes the selected trace to be highlighted with the highlight color specified by the resource XmNhighlightColor. If another trace was selected previously, it will be deselected.
HighlightTrace(m)Causes the selected trace to be highlighted with the highlight color specified by the resource XmNhighlightColor. If another trace was selected previously, it will stay selected.
LocalZoom()Scales the visible area of the seismic section by a factor of 2 in the horizontal direction and by a factor of 1.5 in the vertical direction.
RestoreFromLocalZoom()Restores the display of the seismic section to the scale used prior to the last LocalZoom operation.
UnhighlightTrace(m)Causes the color of all the currently selected traces to return to their normal color.
UnhighlightTrace(s)Causes the color of the currently selected trace to return to its normal color if it was highlighted.