|
CTWM
|
#include <menus.h>
Data Fields | |
| struct FuncButton * | next |
| int | num |
| int | cont |
| int | mods |
| int | func |
| MenuRoot * | menu |
| MenuItem * | item |
| int FuncButton::cont |
Definition at line 100 of file menus.h.
Referenced by AddFuncButton(), GrabButtons(), and HandleButtonPress().
| int FuncButton::func |
Definition at line 102 of file menus.h.
Referenced by AddFuncButton(), GrabButtons(), and HandleButtonPress().
| MenuItem* FuncButton::item |
Definition at line 104 of file menus.h.
Referenced by AddFuncButton(), and HandleButtonPress().
| MenuRoot* FuncButton::menu |
Definition at line 103 of file menus.h.
Referenced by AddFuncButton(), and HandleButtonPress().
| int FuncButton::mods |
Definition at line 101 of file menus.h.
Referenced by AddFuncButton(), GrabButtons(), and HandleButtonPress().
| struct FuncButton* FuncButton::next |
Definition at line 98 of file menus.h.
Referenced by AddFuncButton(), GrabButtons(), and HandleButtonPress().
| int FuncButton::num |
Definition at line 99 of file menus.h.
Referenced by AddFuncButton(), GrabButtons(), and HandleButtonPress().