JWM Source Documentation
MenuAction Struct Reference
Structure to represent a menu action for callbacks. More...
#include <menu.h>
Data Fields | |
| MenuActionType | type |
| Type of action. | |
| union { | |
| int i | |
| char * str | |
| } | data |
| Extra data for the action. | |
Detailed Description
Field Documentation
| union { ... } MenuAction::data |
Extra data for the action.
| int MenuAction::i |
| char* MenuAction::str |
The documentation for this struct was generated from the following file: