Library: karmawidets
Link With: -lkarmawidgets
Hdial_ResourceNames | List of resource names for Hdial widget |
Hdial_Resources | List of resources 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 |
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 |