cc [ flag ... ] file ... -lcdk [ library ... ]
#include <cdk.h>
| Key | Action |
| Left Arrow |
Highlights the menu list to the left of the current menu.
|
| Right Arrow |
Highlights the menu list to the right of the current menu.
|
| Up Arrow |
Moves the current menu selection up one.
|
| Down Arrow |
Moves the current menu selection down one.
|
| Space |
Moves the current menu selection down one.
|
| Tab |
Highlights the menu list to the right of the current menu.
|
| Return |
Exits the widget and returns the index of the selected item.
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. |