A list dialog function. More...
#include "functions.h"
Collaboration diagram for MlistFunction:Data Fields | |
| int | op |
| Op code, e.g. OP_QUIT. | |
| mlist_function_t | function |
| Function to call. | |
A list dialog function.
Definition at line 91 of file functions.h.
| int MlistFunction::op |
Op code, e.g. OP_QUIT.
Definition at line 93 of file functions.h.
| mlist_function_t MlistFunction::function |
Function to call.
Definition at line 94 of file functions.h.