Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

ITEM Struct Reference

This is structure for individual item of structure MENU. More...

#include <menurt.h>


Data Fields

char option [OPTIONSTRLEN_MAX]
 It's a title in menu. More...

char desc [DESCSTRLEN_MAX]
 It's a description for title. More...

uint itemtype
 Type of given item. More...

ITEM * prev
ITEM * next


Detailed Description

This is structure for individual item of structure MENU.


Field Documentation

char ITEM::desc[DESCSTRLEN_MAX]
 

It's a description for title.

uint ITEM::itemtype
 

Type of given item.

struct ITEM* ITEM::next
 

char ITEM::option[OPTIONSTRLEN_MAX]
 

It's a title in menu.

struct ITEM* ITEM::prev
 


The documentation for this struct was generated from the following file:
Generated on Wed Apr 2 06:51:17 2003 for TFCC by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001