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

Structure to represent a menu action for callbacks.

Definition at line 36 of file menu.h.


Field Documentation

union { ... } MenuAction::data

Extra data for the action.

Definition at line 42 of file menu.h.

Definition at line 43 of file menu.h.

Type of action.

Definition at line 38 of file menu.h.


The documentation for this struct was generated from the following file: