"Fossies" - the Fresh Open Source Software archive 
cc [ flag ... ] file ... -lcdk [ library ... ]
#include <cdk.h>
| Key | Action |
| Down Arrow | Decrements the scale by the normal value. |
| Up Arrow | Increments the scale by the normal value. |
| u | Increments the scale by the normal value. |
| Prev Page | Decrements the scale by the accelerated value. |
| U | Decrements the scale by the accelerated value. |
| Ctrl-B | Decrements the scale by the accelerated value. |
| Next Page | Increments the scale by the accelerated value. |
| Ctrl-F | Increments the scale by the accelerated value. |
| Home | Sets the scale to the low value. |
| g | Sets the scale to the low value. |
| ^ | Sets the scale to the low value. |
| End | Sets the scale to the high value. |
| G | Sets the scale to the high value. |
| $ | Sets the scale to the high value. |
| Return | Exits the widget and returns the index of the selected value. This also sets the widget data exitType to vNORMAL. |
| Tab | Exits the widget and returns the index of the selected value. This also sets the widget data exitType to vNORMAL. |
| Escape | Exits the widget and returns the unknown<DTYPE> value (see the cdk_objs.h header file). This also sets the widget data exitType to vESCAPE_HIT. |
| Ctrl-R | Refreshes the screen. |
If the cursor is not pointing to the field’s value, the following key bindings apply. You may use the left/right arrows to move the cursor onto the field’s value and modify it by typing characters to replace the digits and sign.
| Key | Action |
| Left Arrow | Decrements the scale by the normal value. |
| Right Arrow | Increments the scale by the normal value. |
| d | Decrements the scale by the normal value. |
| D | Increments the scale by the accelerated value. |
| - | Decrements the scale by the normal value. |
| + | Increments the scale by the normal value. |
| 0 | Sets the scale to the low value. |