00001 /*************************************************************************** 00002 $RCSfile$ 00003 ------------------- 00004 cvs : $Id: gbjoblist.h 947 2006-02-21 17:04:54Z aquamaniac $ 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 GB_JOBLIST_H 00014 #define GB_JOBLIST_H 00015 00016 #include <gtk/gtk.h> 00017 00018 #include <g2banking/gbanking.h> 00019 #include <aqbanking/banking.h> 00020 #include <aqbanking/job.h> 00021 00022 #include <gwenhywfar/types.h> 00023 00024 00030 00038 GBANKING_API 00039 GtkWidget *GB_JobList_new(AB_BANKING *ab, 00040 GtkWidget *parent, 00041 GtkWidget *tree); 00042 00050 GBANKING_API 00051 AB_JOB_LIST2 *GB_JobList_GetSelectedJobs(GtkWidget *w); 00052 00057 GBANKING_API 00058 void GB_JobList_Update(GtkWidget *w); 00059 00060 /* defgroup */ 00062 00063 00064 #endif 00065 00066 00067