Main Page | Modules | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

ginputbox.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile: ginputbox.h,v $
00003                              -------------------
00004     cvs         : $Id: ginputbox.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_INPUTBOX_H
00014 #define GBANKING_INPUTBOX_H
00015 
00016 #include <gtk/gtk.h>
00017 
00018 #include <gwenhywfar/types.h>
00019 #include <aqbanking/banking.h>
00020 
00021 
00022 
00023 gboolean GBanking_GetInput(AB_BANKING *ab,
00024                            GWEN_TYPE_UINT32 flags,
00025                            const char *title,
00026                            const char *text,
00027                            char *buffer,
00028                            int minLen,
00029                            int maxLen,
00030                            GtkWidget *parent);
00031 
00032 
00033 #endif /* GBANKING_INPUTBOX_H */
00034 
00035 
00036 

Generated on Thu Oct 6 14:49:08 2005 for aqbanking by  doxygen 1.4.4