The "Dataclip" Widget

This widget provides an interactive way to select a range of data.

Library: karmawidets
Link With: -lkarmawidgets

Tables

Dataclip_ResourceNamesList of resource names for Dataclip widget
Dataclip_ResourcesList of resources for Dataclip widget

Functions

XkwDataclipNewArrayRegister new array.
XkwDataclipArrayChangedRegister a change in the array.


Tables


Dataclip_ResourceNames

Name Purpose
XkwNmaxDataRegions The maximum number of data regions
XkwNregionCallback The callback when regions change
XkwNshowBlankControl If TRUE show the "Blank" button
XkwNfixedOutputType Specify a fixed output type
XkwNverbose If TRUE verbose messages are enabled
XkwNautoPopdown If TRUE widget is popped down on array deallocation


Dataclip_Resources

Name Class Rep. Type Default
XkwNmaxDataRegions XkwCMaxDataRegions XtRInt 1
XkwNregionCallback XtCCallback XtRCallback NULL
XkwNshowBlankControl XkwCShowBlankControl XtRBool False
XkwNfixedOutputType XkwCFixedOutputType XtRCardinal NONE
XkwNverbose XkwCVerbose XtRBool False
XkwNautoPopdown XkwCAutoPopdown XtRBool FALSE


Functions


EXPERIMENTAL FUNCTION: subject to change without notice

void XkwDataclipNewArray (Widget W, iarray array, double min, double max, flag reset_hscale)

Register new array.

Parameters:

Returns: Nothing.
Multithreading Level: Unsafe


EXPERIMENTAL FUNCTION: subject to change without notice

void XkwDataclipArrayChanged (Widget W, double min, double max)

Register a change in the array.

Parameters:

Returns: Nothing.
Multithreading Level: Unsafe


Back to Karma Home Page
Contact: Richard Gooch
Web Development: Ariel Internet Services