00001 /*************************************************************************** 00002 $RCSfile: gbjobview.h,v $ 00003 ------------------- 00004 cvs : $Id: gbjobview.h,v 1.3 2006/02/21 17:04:53 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 00014 00015 #ifndef GBANKING_JOBVIEW_H 00016 #define GBANKING_JOBVIEW_H 00017 00018 #include <gtk/gtk.h> 00019 #include <g2banking/gbanking.h> 00020 #include <aqbanking/banking.h> 00021 00029 00037 GBANKING_API 00038 GtkWidget *GBanking_JobView_new(AB_BANKING *ab, int fullWindow); 00039 00043 #endif /* GBANKING_JOBVIEW_H */ 00044