cdk_histogram(3) | Library Functions Manual | cdk_histogram(3) |
cdk_histogram - curses histogram widget
cc [ flag ... ] file ... -lcdk [ library ... ]
#include <cdk.h>
CDKHISTOGRAM *histogram, chtype unused);
CDKHISTOGRAM *histogram);
CDKHISTOGRAM *histogram, boolean box);
CDKHISTOGRAM *histogram);
CDKHISTOGRAM *histogram);
CDKHISTOGRAM *histogram);
CDKHISTOGRAM *histogram);
CDKHISTOGRAM *histogram);
CDKHISTOGRAM *histogram);
CDKHISTOGRAM *histogram);
CDKHISTOGRAM *histogram);
CDKHISTOGRAM *histogram);
CDKHISTOGRAM *histogram, int xpos, int ypos, boolean relative, boolean refresh);
CDKSCREEN *cdkscreen, int xpos, int ypos, int height, int width, int orient, const char *title, boolean box, boolean shadow);
CDKHISTOGRAM *histogram);
CDKHISTOGRAM *histogram, EHistogramDisplayType viewType, int statsPos, chtype statsAttribute, int lowValue, int highValue, int currentValue, chtype fillerCharacter, boolean box);
CDKHISTOGRAM *histogram, chtype attribute);
CDKHISTOGRAM *histogram, const char * color);
CDKHISTOGRAM *histogram, boolean box);
CDKHISTOGRAM *histogram, chtype character);
CDKHISTOGRAM *histogram, EHistogramDisplayType viewtype);
CDKHISTOGRAM *histogram, chtype fillerCharacter);
CDKHISTOGRAM *histogram, chtype character);
CDKHISTOGRAM *histogram, chtype character);
CDKHISTOGRAM *histogram, chtype character);
CDKHISTOGRAM *histogram, chtype statsAttribute);
CDKHISTOGRAM *histogram, int statsPosition);
CDKHISTOGRAM *histogram, chtype character);
CDKHISTOGRAM *histogram, chtype character);
CDKHISTOGRAM *histogram, int lowValue, int highValue, int currentValue);
CDKHISTOGRAM *histogram, chtype character);
CDKHISTOGRAM *histogram, EHistogramDisplayType viewType);
The Cdk histogram widget creates a histogram widget. This widget can draw a vertical or horizontal histogram. The functions create or manipulate the Cdk histogram box widget.
Display_Type | Result |
vNONE | Displays no information about the current values. |
vPERCENT | Displays the current value as a percentage. |
vFRACTION | Displays the current value as a fraction. |
vREAL | Displays the current value. |
cdk(3), cdk_binding(3), cdk_display(3), cdk_position(3), cdk_screen(3)