Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
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
00065
00066
00067
00068 #ifdef __cplusplus
00069 extern "C" {
00070 #endif
00071
00072
00079 AQBANKING_API GWEN_GUI *AB_Gui_new(AB_BANKING *ab);
00080
00090 AQBANKING_API void AB_Gui_Extend(GWEN_GUI *gui, AB_BANKING *ab);
00091
00097 AQBANKING_API void AB_Gui_Unextend(GWEN_GUI *gui);
00098
00099
00100 #ifdef __cplusplus
00101 }
00102 #endif
00103
00104
00106
00107
00108 #endif
00109
00110