The "Hdial" Widget

This widget provides a circular dial control.

Library: karmawidgets
Link With: -lkarmawidgets

Tables

Hdial_ResourceNamesList of resource names for Hdial widget
Hdial_ResourcesList of resources for Hdial widget


Tables


Hdial_ResourceNames List of resource names for Hdial widget

Name Purpose
XtNforeground The foreground pixel
XtNlabelForeground The foreground pixel for the label
XtNfont The font to use
XtNminimum The minimum value
XtNmaximum The maximum value
XtNvalue The current value
XtNincrementCallback Callbacks when the value increments
XtNdecrementCallback Callbacks when the value decrements
XtNvalueChangeCallback Callbacks when the the value is changed
XtNmargin The margin in pixels


Hdial_Resources List of resources for Hdial widget

Name Class Rep. Type Default
XtNforeground XtCForeground XtRPixel XtDefaultForeground
XtNlabelForeground XtCLabelForeground XtRPixel XtDefaultForeground
XtNfont XtCFont XtRFontStruct XtDefaultFont
XtNminimum XtCMinimum XtRInt 0
XtNmaximum XtCMaximum XtRInt 65535
XtNvalue XtCValue XtRInt 0
XtNincrementCallback XtCCallback XtRCallback NULL
XtNdecrementCallback XtCCallback XtRCallback NULL
XtNvalueChangeCallback XtCCallback XtRCallback NULL
XtNmargin XtCMargin XtRInt 5


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