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

joblist.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile: joblist.h,v $
00003                              -------------------
00004     cvs         : $Id: joblist.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_JOBLIST_H
00014 #define GBANKING_JOBLIST_H
00015 
00016 #include <gtk/gtk.h>
00017 
00018 #include <gwenhywfar/types.h>
00019 #include <aqbanking/banking.h>
00020 #include <aqbanking/job.h>
00021 
00022 
00023 
00024 GtkWidget *GBanking_JobList_new(AB_BANKING *ab,
00025                                 GtkWidget *parent,
00026                                 GtkWidget *tree);
00027 AB_JOB_LIST2 *GBanking_JobList_GetSelectedJobs(GtkWidget *w);
00028 
00029 void GBanking_JobList_Update(GtkWidget *w);
00030 
00031 
00032 
00033 
00034 #endif
00035 
00036 
00037 

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