Functions | |
GWEN_DIALOG * | AB_ImporterDialog_new (AB_BANKING *ab, AB_IMEXPORTER_CONTEXT *ctx, const char *finishedMessage) |
GWEN_DIALOG* AB_ImporterDialog_new | ( | AB_BANKING * | ab, | |
AB_IMEXPORTER_CONTEXT * | ctx, | |||
const char * | finishedMessage | |||
) |
Creates a file import assistent.
banking | pointer to the AqBanking object | |
ctx | pointer to the import context to receive the content of the imported file | |
finishedMessage | message to show on the last page of the assistent (i.e. the page which is shown after a successfull import into the given import context). |