Contiki 2.5
Data Fields
ctk_menuitem Struct Reference

Representation of an individual menu item. More...

#include <core/ctk/ctk.h>

Data Fields

char * title
 The menu items text. More...
 
unsigned char titlelen
 
  The length of the item text, cached for

speed. More...

 

Detailed Description

Representation of an individual menu item.

Definition at line 572 of file ctk.h.

Field Documentation

char* ctk_menuitem::title

The menu items text.

Definition at line 573 of file ctk.h.

unsigned char ctk_menuitem::titlelen

  The length of the item text, cached for

speed.

Definition at line 574 of file ctk.h.