cc [ flag ... ] file ... -lcdk [ library ... ]
#include <cdk.h>
| Key Action | |
| Left Arrow |
Selects the button to the left of the current button.
|
| Right Arrow |
Selects the button to the right of the current button.
|
| Tab |
Selects the button to the right of the current button.
|
| Space |
Selects the button to the right of the current button.
|
| Return |
Exits the widget and returns the index of the selected button.
This also sets the widget data exitType to vNORMAL.
|
| Tab |
Exits the widget and returns the index of the selected button.
This also sets the widget data exitType to vNORMAL.
|
| Escape |
Exits the widget and returns -1.
This also sets the widget data exitType to vESCAPE_HIT.
|
| Ctrl-L |
Refreshes the screen.
|