00001 /*************************************************************************** 00002 begin : Thu Jun 18 2009 00003 copyright : (C) 2009 by Martin Preuss 00004 email : martin@libchipcard.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 00012 #ifndef AQBANKING_GUI_H 00013 #define AQBANKING_GUI_H 00014 00015 00016 #include <gwenhywfar/gui_be.h> 00017 #include <aqbanking/banking.h> 00018 00019 #ifdef __cplusplus 00020 extern "C" { 00021 #endif 00022 00023 00030 AQBANKING_API GWEN_GUI *AB_Gui_new(AB_BANKING *ab); 00031 00041 AQBANKING_API void AB_Gui_Extend(GWEN_GUI *gui, AB_BANKING *ab); 00042 00048 AQBANKING_API void AB_Gui_Unextend(GWEN_GUI *gui); 00049 00050 00051 #ifdef __cplusplus 00052 } 00053 #endif 00054 00055 00056 #endif 00057 00058