|
CTWM
|
#include <ctwm.h>
Data Fields | |
| struct TitleButtonFunc * | next |
| int | num |
| int | mods |
| int | func |
| char * | action |
| struct MenuRoot * | menuroot |
| char* TitleButtonFunc::action |
Definition at line 149 of file ctwm.h.
Referenced by HandleButtonPress(), and SetCurrentTBAction().
| int TitleButtonFunc::func |
Definition at line 148 of file ctwm.h.
Referenced by HandleButtonPress(), and SetCurrentTBAction().
| struct MenuRoot* TitleButtonFunc::menuroot |
Definition at line 150 of file ctwm.h.
Referenced by HandleButtonPress(), and SetCurrentTBAction().
| int TitleButtonFunc::mods |
Definition at line 147 of file ctwm.h.
Referenced by HandleButtonPress(), and SetCurrentTBAction().
| struct TitleButtonFunc* TitleButtonFunc::next |
Definition at line 145 of file ctwm.h.
Referenced by HandleButtonPress(), and SetCurrentTBAction().
| int TitleButtonFunc::num |
Definition at line 146 of file ctwm.h.
Referenced by HandleButtonPress(), and SetCurrentTBAction().