Data to pass to the History Functions. More...
#include "functions.h"
Collaboration diagram for HistoryData: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 StringArray * | matches |
| History entries. | |
Data to pass to the History Functions.
Definition at line 33 of file functions.h.
| bool HistoryData::done |
Should we close the Dialog?
Definition at line 35 of file functions.h.
| bool HistoryData::selection |
Was a selection made?
Definition at line 36 of file functions.h.
| struct Buffer* HistoryData::buf |
Buffer for the results.
Definition at line 37 of file functions.h.
| struct Menu* HistoryData::menu |
Definition at line 38 of file functions.h.
| struct StringArray* HistoryData::matches |
History entries.
Definition at line 39 of file functions.h.