#include <ctk.h>
Definition at line 567 of file ctk.h.
Data Fields | |
| ctk_menu * | next |
| Apointer to the next menu, or is NULL if this is the last menu, and should be used by the ctk-draw module when stepping through the menus when drawing them on screen. | |
| char * | title |
| The menu title. | |
| unsigned char | titlelen |
| The length of the title in characters. | |
| unsigned char | nitems |
| The total number of menu items in the menu. | |
| unsigned char | active |
| The currently active menu item. | |
| ctk_menuitem | items [CTK_MAXMENUITEMS] |
| The array which contains all the menu items. | |
|
|
The length of the title in characters. Cached for speed reasons. Definition at line 574 of file ctk.h. Referenced by PROCESS_THREAD(). |
1.4.4