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 |
Definition at line 70 of file menus.h.
Referenced by AddToMenu(), f_menu_impl(), HandleButtonRelease(), and WarpCursorToDefaultEntry().
bool MenuRoot::entered |
Definition at line 82 of file menus.h.
Referenced by HandleButtonRelease(), PopUpMenu(), and UpdateMenu().
Definition at line 67 of file menus.h.
Referenced by AddToMenu(), DestroyMenu(), HandleEnterNotify(), HandleKeyPress(), NeedToDefer(), PopUpMenu(), UpdateMenu(), and WarpCursorToDefaultEntry().
short MenuRoot::height |
Definition at line 78 of file menus.h.
Referenced by HandleKeyPress(), MoveMenu(), PopUpMenu(), UpdateMenu(), and WarpCursorToDefaultEntry().
ColorPair MenuRoot::highlight |
Definition at line 76 of file menus.h.
Referenced by PopUpMenu().
short MenuRoot::items |
Definition at line 80 of file menus.h.
Referenced by AddToMenu(), and PopUpMenu().
Definition at line 68 of file menus.h.
Referenced by AddToMenu(), PopUpMenu(), and WarpCursorToDefaultEntry().
Definition at line 69 of file menus.h.
Referenced by HandleKeyPress().
MRMapState MenuRoot::mapped |
Definition at line 77 of file menus.h.
Referenced by f_pin_impl(), HideMenu(), and PopUpMenu().
bool MenuRoot::pinned |
Definition at line 85 of file menus.h.
Referenced by f_pin_impl(), HandleButtonPress(), HandleEnterNotify(), HandleKeyPress(), HandleLeaveNotify(), MakeMenus(), MoveMenu(), and PopUpMenu().
Definition at line 86 of file menus.h.
Referenced by f_pin_impl().
Definition at line 71 of file menus.h.
Referenced by GotButton(), GotKey(), HandleEnterNotify(), HandleKeyPress(), PopDownMenu(), and PopUpMenu().
bool MenuRoot::pull |
Definition at line 81 of file menus.h.
Referenced by AddToMenu(), and f_pin_impl().
Window MenuRoot::shadow |
Definition at line 75 of file menus.h.
Referenced by DestroyMenu(), HandleKeyPress(), HideMenu(), and PopUpMenu().
Window MenuRoot::w |
Definition at line 74 of file menus.h.
Referenced by AutoLowerWindow(), AutoRaiseWindow(), DestroyMenu(), f_pin_impl(), HandleButtonPress(), HandleEnterNotify(), HandleKeyPress(), HandleLeaveNotify(), HideMenu(), MoveMenu(), PopUpMenu(), UpdateMenu(), and WarpCursorToDefaultEntry().
short MenuRoot::width |
Definition at line 79 of file menus.h.
Referenced by AddToMenu(), f_pin_impl(), HandleKeyPress(), MoveMenu(), PopUpMenu(), UpdateMenu(), and WarpCursorToDefaultEntry().
short MenuRoot::x |
Definition at line 84 of file menus.h.
Referenced by f_pin_impl(), MoveMenu(), PopUpMenu(), synth_btnevent_for_moveresize(), and UpdateMenu().
short MenuRoot::y |
Definition at line 84 of file menus.h.
Referenced by f_pin_impl(), MoveMenu(), and PopUpMenu().