Functions

Generic File Import Dialog
[Platform-indepentent Dialogs]

Functions

GWEN_DIALOG * AB_ImporterDialog_new (AB_BANKING *ab, AB_IMEXPORTER_CONTEXT *ctx, const char *finishedMessage)

Function Documentation

GWEN_DIALOG* AB_ImporterDialog_new ( AB_BANKING ab,
AB_IMEXPORTER_CONTEXT ctx,
const char *  finishedMessage 
)

Creates a file import assistent.

Returns:
pointer to the created dialog.
Parameters:
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).