gmsgbox.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile: gmsgbox.h,v $
00003                              -------------------
00004     cvs         : $Id: gmsgbox.h,v 1.1 2005/08/08 02:24:38 aquamaniac Exp $
00005     begin       : Mon Mar 01 2004
00006     copyright   : (C) 2004 by Martin Preuss
00007     email       : martin@libchipcard.de
00008 
00009  ***************************************************************************
00010  *          Please see toplevel file COPYING for license details           *
00011  ***************************************************************************/
00012 
00013 #ifndef GBANKING_MSGBOX_H
00014 #define GBANKING_MSGBOX_H
00015 
00016 #include <gtk/gtk.h>
00017 
00018 #include <gwenhywfar/types.h>
00019 #include <aqbanking/banking.h>
00020 
00021 
00022 
00023 GtkWidget *GBanking_MsgBox_new(AB_BANKING *ab,
00024                                GWEN_TYPE_UINT32 flags,
00025                                const char *title,
00026                                const char *text,
00027                                const char *b1,
00028                                const char *b2,
00029                                const char *b3,
00030                                GtkWidget *parent);
00031 
00032 
00033 
00034 #endif /* GBANKING_MSGBOX_H */
00035 
00036 
00037 

Generated on Sat Jan 7 04:22:41 2006 for aqbanking by  doxygen 1.4.6