Data to pass to the History Functions. More...
#include "functions.h"
Data Fields | |
bool | done |
Should we close the Dialog? | |
bool | selection |
Was a selection made? | |
struct Buffer * | buf |
Buffer for the results. | |
struct Menu * | menu |
History Menu. | |
struct HistoryArray * | matches |
History entries. | |
Data to pass to the History Functions.
Definition at line 37 of file functions.h.
bool HistoryData::done |
Should we close the Dialog?
Definition at line 39 of file functions.h.
bool HistoryData::selection |
Was a selection made?
Definition at line 40 of file functions.h.
struct Buffer* HistoryData::buf |
Buffer for the results.
Definition at line 41 of file functions.h.
struct Menu* HistoryData::menu |
Definition at line 42 of file functions.h.
struct HistoryArray* HistoryData::matches |
History entries.
Definition at line 43 of file functions.h.