The "Dataclip" Widget

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

Library: karmawidgets
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.
XkwDataclipSetRegionsSet the regions.


Tables


Dataclip_ResourceNames List of resource names for Dataclip widget

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 List of resources for Dataclip widget

Name Class Rep. Type Default
XkwNmaxDataRegions XkwCMaxDataRegions XtRInt 1
XkwNscaledRegionCallback XtCCallback XtRCallback NULL
XkwNrawRegionCallback 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


EXPERIMENTAL FUNCTION: subject to change without notice

void XkwDataclipSetRegions (Widget W, CONST DataclipRegions *regions)

Set the regions.

Parameters:

Returns: Nothing.
Multithreading Level: Unsafe


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