#include <menurt.h>
Data Fields | |
| ITEM * | itemlist |
| ITEM * | selecteditem |
| ITEM * | lastitem |
| 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... | |
|
|
It's cols of menu screen (size of largest field + 2).
|
|
|
Screen for given ITEM description.
|
|
|
Screen for given ITEM description.
|
|
|
Number of items.
|
|
|
|
|
|
|
|
|
It's lines of menu screen (number of fields + 2).
|
|
|
|
|
|
Screen for given MENU.
|
|
|
Screen for given MENU.
|
|
|
Positions in menu.
|
|
|
|
|
|
|
|
|
Screen for given MENU shadow.
|
|
|
Screen for given MENU shadow.
|
|
|
If you want use shadow above menu(see at initmenu() ).
|
|
|
Position in 'x' where menu screen begin.
|
|
|
Position on 'y' where menu screen begin.
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001