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

gsimplebox.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile: gsimplebox.h,v $
00003                              -------------------
00004     cvs         : $Id: gsimplebox.h,v 1.1 2005/08/08 02:24:39 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_SIMPLEBOX_H
00014 #define GBANKING_SIMPLEBOX_H
00015 
00016 #include <gtk/gtk.h>
00017 
00018 #include <gwenhywfar/types.h>
00019 #include <aqbanking/banking.h>
00020 
00021 
00022 GtkWidget *GBanking_SimpleBox_new(GWEN_TYPE_UINT32 id,
00023                                   GWEN_TYPE_UINT32 flags,
00024                                   const char *title,
00025                                   const char *text);
00026 GWEN_TYPE_UINT32 GBanking_SimpleBox_GetId(GtkWidget *w);
00027 
00028 
00029 
00030 
00031 
00032 
00033 #endif
00034 
00035 
00036 

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