Data to pass to the Pattern Functions. More...
#include "functions.h"
Data Fields | |
bool | done |
Should we close the Dialog? | |
bool | selection |
Was a selection made? | |
char * | buf |
Buffer for the results. | |
size_t | buflen |
Length of the results buffer. | |
struct Menu * | menu |
Pattern Menu. | |
Data to pass to the Pattern Functions.
Definition at line 34 of file functions.h.
bool PatternData::done |
Should we close the Dialog?
Definition at line 36 of file functions.h.
bool PatternData::selection |
Was a selection made?
Definition at line 37 of file functions.h.
char* PatternData::buf |
Buffer for the results.
Definition at line 38 of file functions.h.
size_t PatternData::buflen |
Length of the results buffer.
Definition at line 39 of file functions.h.
struct Menu* PatternData::menu |
Definition at line 40 of file functions.h.