Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Examples

ctk_menu Struct Reference
[CTK device driver functions]

#include <ctk.h>


Detailed Description

Representation of an individual menu.

Definition at line 567 of file ctk.h.

Data Fields

ctk_menunext
 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.


Field Documentation

unsigned char ctk_menu::titlelen
 

The length of the title in characters.

Cached for speed reasons.

Definition at line 574 of file ctk.h.

Referenced by PROCESS_THREAD().


Generated on Thu Jun 22 17:45:43 2006 for Contiki 2.x by  doxygen 1.4.4