aqbanking  5.0.22
dlg_usertype_page_be.h
Go to the documentation of this file.
00001 /***************************************************************************
00002  begin       : Fri Jul 30 2010
00003  copyright   : (C) 2010 by Martin Preuss
00004  email       : martin@aqbanking.de
00005 
00006  ***************************************************************************
00007  * This file is part of the project "AqBanking".                           *
00008  * Please see toplevel file COPYING of that project for license details.   *
00009  ***************************************************************************/
00010 
00011 #ifndef AB_DLG_USERTYPE_PAGE_BE_H
00012 #define AB_DLG_USERTYPE_PAGE_BE_H
00013 
00014 
00015 #include <aqbanking/banking.h>
00016 
00017 #include <gwenhywfar/dialog.h>
00018 
00019 
00020 #ifdef __cplusplus
00021 extern "C" {
00022 #endif
00023 
00024 
00032 AQBANKING_API GWEN_DIALOG *AB_UserTypePageDialog_new(AB_BANKING *ab, const char *dname);
00033 
00034 AQBANKING_API AB_BANKING *AB_UserTypePageDialog_GetBanking(const GWEN_DIALOG *dlg);
00035 
00036 AQBANKING_API int AB_UserTypePageDialog_GetSelectedType(const GWEN_DIALOG *dlg);
00037 AQBANKING_API void AB_UserTypePageDialog_SetSelectedType(GWEN_DIALOG *dlg, int t);
00038 
00039 
00040 #ifdef __cplusplus
00041 }
00042 #endif
00043 
00044 
00045 
00046 #endif
00047