|
CTWM
|
#include <menus.h>
Data Fields | |
| struct MenuItem * | first |
| struct MenuItem * | last |
| struct MenuItem * | lastactive |
| struct MenuItem * | defaultitem |
| struct MenuRoot * | prev |
| struct MenuRoot * | next |
| char * | name |
| Window | w |
| Window | shadow |
| ColorPair | highlight |
| MRMapState | mapped |
| short | height |
| short | width |
| short | items |
| bool | pull |
| bool | entered |
| bool | real_menu |
| short | x |
| short | y |
| bool | pinned |
| struct MenuRoot * | pmenu |
| struct MenuItem* MenuRoot::defaultitem |
Definition at line 70 of file menus.h.
Referenced by AddToMenu(), f_menu_impl(), NewMenuRoot(), and WarpCursorToDefaultEntry().
| bool MenuRoot::entered |
Definition at line 82 of file menus.h.
Referenced by HandleEnterNotify(), and PopUpMenu().
| struct MenuItem* MenuRoot::first |
Definition at line 67 of file menus.h.
Referenced by AddToMenu(), DestroyMenu(), EF_main(), MakeMenu(), NewMenuRoot(), PaintMenu(), PopUpMenu(), and WarpCursorToDefaultEntry().
| short MenuRoot::height |
Definition at line 78 of file menus.h.
Referenced by HandleKeyPress(), MakeMenu(), PaintMenu(), PopUpMenu(), and WarpCursorToDefaultEntry().
| ColorPair MenuRoot::highlight |
Definition at line 76 of file menus.h.
Referenced by GetRoot(), MakeMenu(), NewMenuRoot(), and PopUpMenu().
| short MenuRoot::items |
Definition at line 80 of file menus.h.
Referenced by AddToMenu(), MakeMenu(), NewMenuRoot(), and PopUpMenu().
| struct MenuItem* MenuRoot::last |
Definition at line 68 of file menus.h.
Referenced by AddToMenu(), NewMenuRoot(), PopUpMenu(), and WarpCursorToDefaultEntry().
| struct MenuItem* MenuRoot::lastactive |
Definition at line 69 of file menus.h.
Referenced by HandleKeyPress(), and PaintEntry().
| MRMapState MenuRoot::mapped |
Definition at line 77 of file menus.h.
Referenced by f_pin_impl(), HideMenu(), MakeMenu(), NewMenuRoot(), and PopUpMenu().
| char* MenuRoot::name |
Definition at line 73 of file menus.h.
Referenced by FindMenuRoot(), and NewMenuRoot().
| struct MenuRoot* MenuRoot::next |
Definition at line 72 of file menus.h.
Referenced by FindMenuRoot(), and MakeMenus().
| bool MenuRoot::pinned |
Definition at line 85 of file menus.h.
Referenced by f_pin_impl(), HandleEnterNotify(), MakeMenu(), MakeMenus(), PopDownMenu(), and PopUpMenu().
| struct MenuRoot* MenuRoot::pmenu |
Definition at line 86 of file menus.h.
Referenced by MakeMenu().
| struct MenuRoot* MenuRoot::prev |
Definition at line 71 of file menus.h.
Referenced by HandleEnterNotify(), NewMenuRoot(), PopDownMenu(), and PopUpMenu().
| bool MenuRoot::pull |
Definition at line 81 of file menus.h.
Referenced by AddToMenu(), f_pin_impl(), MakeMenu(), and NewMenuRoot().
| bool MenuRoot::real_menu |
Definition at line 83 of file menus.h.
Referenced by MakeMenus(), and NewMenuRoot().
| Window MenuRoot::shadow |
Definition at line 75 of file menus.h.
Referenced by DestroyMenu(), HideMenu(), MakeMenu(), NewMenuRoot(), and PopUpMenu().
| Window MenuRoot::w |
Definition at line 74 of file menus.h.
Referenced by DestroyMenu(), f_pin_impl(), HandleKeyPress(), HideMenu(), MakeMenu(), NewMenuRoot(), Paint3DEntry(), PaintMenu(), PaintNormalEntry(), PopUpMenu(), and WarpCursorToDefaultEntry().
| short MenuRoot::width |
Definition at line 79 of file menus.h.
Referenced by AddToMenu(), f_pin_impl(), HandleKeyPress(), MakeMenu(), NewMenuRoot(), Paint3DEntry(), PaintMenu(), PaintNormalEntry(), PopUpMenu(), and WarpCursorToDefaultEntry().
| short MenuRoot::x |
Definition at line 84 of file menus.h.
Referenced by f_pin_impl(), and PopUpMenu().
| short MenuRoot::y |
Definition at line 84 of file menus.h.
Referenced by f_pin_impl(), and PopUpMenu().