aqbanking  5.6.10
dlg_usertype_page_be.h
Go to the documentation of this file.
1 /***************************************************************************
2  begin : Fri Jul 30 2010
3  copyright : (C) 2010 by Martin Preuss
4  email : martin@aqbanking.de
5 
6  ***************************************************************************
7  * This file is part of the project "AqBanking". *
8  * Please see toplevel file COPYING of that project for license details. *
9  ***************************************************************************/
10 
11 #ifndef AB_DLG_USERTYPE_PAGE_BE_H
12 #define AB_DLG_USERTYPE_PAGE_BE_H
13 
14 
15 #include <aqbanking/banking.h>
16 
17 #include <gwenhywfar/dialog.h>
18 
19 
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23 
24 
32 AQBANKING_API GWEN_DIALOG *AB_UserTypePageDialog_new(AB_BANKING *ab, const char *dname);
33 
35 
36 AQBANKING_API int AB_UserTypePageDialog_GetSelectedType(const GWEN_DIALOG *dlg);
37 AQBANKING_API void AB_UserTypePageDialog_SetSelectedType(GWEN_DIALOG *dlg, int t);
38 
39 
40 #ifdef __cplusplus
41 }
42 #endif
43 
44 
45 
46 #endif
47 
struct AB_BANKING AB_BANKING
Definition: banking.h:26
The main interface of the aqbanking library.
#define AQBANKING_API
Definition: error.h:55
GWEN_DIALOG * AB_UserTypePageDialog_new(AB_BANKING *ab, const char *dname)
int AB_UserTypePageDialog_GetSelectedType(const GWEN_DIALOG *dlg)
AB_BANKING * AB_UserTypePageDialog_GetBanking(const GWEN_DIALOG *dlg)
void AB_UserTypePageDialog_SetSelectedType(GWEN_DIALOG *dlg, int t)