|
CTWM
|
#include <menus.h>
Data Fields | |
| struct MenuItem * | next |
| struct MenuItem * | prev |
| struct MenuRoot * | sub |
| struct MenuRoot * | root |
| char * | item |
| char * | action |
| ColorPair | normal |
| ColorPair | highlight |
| short | item_num |
| short | x |
| short | func |
| bool | state |
| short | strlen |
| bool | user_colors |
| bool | separated |
| char* MenuItem::action |
Definition at line 54 of file menus.h.
Referenced by AddToMenu(), EF_main(), f_menu_impl(), HandleButtonPress(), and HandleKeyPress().
| short MenuItem::func |
Definition at line 59 of file menus.h.
Referenced by AddToMenu(), EF_main(), f_menu_impl(), HandleKeyPress(), MakeMenu(), NeedToDefer(), Paint3DEntry(), and PaintNormalEntry().
| ColorPair MenuItem::highlight |
Definition at line 56 of file menus.h.
Referenced by MakeMenu(), Paint3DEntry(), and PaintNormalEntry().
| char* MenuItem::item |
Definition at line 53 of file menus.h.
Referenced by AddToMenu(), HandleKeyPress(), Paint3DEntry(), and PaintNormalEntry().
| short MenuItem::item_num |
Definition at line 57 of file menus.h.
Referenced by AddToMenu(), HandleKeyPress(), MakeMenu(), Paint3DEntry(), PaintMenu(), and PaintNormalEntry().
| struct MenuItem* MenuItem::next |
Definition at line 49 of file menus.h.
Referenced by AddToMenu(), DestroyMenu(), EF_main(), HandleEnterNotify(), HandleKeyPress(), MakeMenu(), NeedToDefer(), PaintMenu(), UpdateMenu(), and WarpCursorToDefaultEntry().
| ColorPair MenuItem::normal |
Definition at line 55 of file menus.h.
Referenced by AddToMenu(), MakeMenu(), Paint3DEntry(), and PaintNormalEntry().
| struct MenuItem* MenuItem::prev |
Definition at line 50 of file menus.h.
Referenced by AddToMenu().
| struct MenuRoot* MenuItem::root |
Definition at line 52 of file menus.h.
Referenced by AddToMenu().
| bool MenuItem::separated |
Definition at line 63 of file menus.h.
Referenced by AddToMenu(), Paint3DEntry(), and PaintNormalEntry().
| bool MenuItem::state |
Definition at line 60 of file menus.h.
Referenced by AddToMenu(), Paint3DEntry(), PaintEntry(), and PaintNormalEntry().
| short MenuItem::strlen |
Definition at line 61 of file menus.h.
Referenced by AddToMenu(), Paint3DEntry(), and PaintNormalEntry().
| struct MenuRoot* MenuItem::sub |
Definition at line 51 of file menus.h.
Referenced by AddToMenu(), f_menu_impl(), and HandleKeyPress().
| bool MenuItem::user_colors |
Definition at line 62 of file menus.h.
Referenced by AddToMenu(), MakeMenu(), Paint3DEntry(), and PaintNormalEntry().
| short MenuItem::x |
Definition at line 58 of file menus.h.
Referenced by Paint3DEntry(), and PaintNormalEntry().