Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

MENU Struct Reference

This is structure for menu routines. More...

#include <menurt.h>


Data Fields

ITEMitemlist
ITEMselecteditem
ITEMlastitem
int itemcount
 Number of items. More...

int postn
 Positions in menu. More...

int lines
 It's lines of menu screen (number of fields + 2). More...

int cols
 It's cols of menu screen (size of largest field + 2). More...

int x
 Position in 'x' where menu screen begin. More...

int y
 Position on 'y' where menu screen begin. More...

int use_shadow
 If you want use shadow above menu(see at initmenu() ). More...

uint menu_maxx
char shortcuts [SHORTCUTSTRLEN_MAX]
WINDOW * menuwin
 Screen for given MENU. More...

PANEL * menupanel
 Screen for given MENU. More...

WINDOW * descwin
 Screen for given ITEM description. More...

PANEL * descpanel
 Screen for given ITEM description. More...

WINDOW * threedwin
 Screen for given MENU shadow. More...

PANEL * threedpanel
 Screen for given MENU shadow. More...


Detailed Description

This is structure for menu routines.


Field Documentation

int MENU::cols
 

It's cols of menu screen (size of largest field + 2).

PANEL* MENU::descpanel
 

Screen for given ITEM description.

WINDOW* MENU::descwin
 

Screen for given ITEM description.

int MENU::itemcount
 

Number of items.

struct ITEM* MENU::itemlist
 

struct ITEM* MENU::lastitem
 

int MENU::lines
 

It's lines of menu screen (number of fields + 2).

uint MENU::menu_maxx
 

PANEL* MENU::menupanel
 

Screen for given MENU.

WINDOW* MENU::menuwin
 

Screen for given MENU.

int MENU::postn
 

Positions in menu.

struct ITEM* MENU::selecteditem
 

char MENU::shortcuts[SHORTCUTSTRLEN_MAX]
 

PANEL* MENU::threedpanel
 

Screen for given MENU shadow.

WINDOW* MENU::threedwin
 

Screen for given MENU shadow.

int MENU::use_shadow
 

If you want use shadow above menu(see at initmenu() ).

int MENU::x
 

Position in 'x' where menu screen begin.

int MENU::y
 

Position on 'y' where menu screen begin.


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