Functions | |
| GBANKING_API GtkWidget * | GB_JobList_new (AB_BANKING *ab, GtkWidget *parent, GtkWidget *tree) |
| GBANKING_API AB_JOB_LIST2 * | GB_JobList_GetSelectedJobs (GtkWidget *w) |
| GBANKING_API void | GB_JobList_Update (GtkWidget *w) |
| GBANKING_API AB_JOB_LIST2* GB_JobList_GetSelectedJobs | ( | GtkWidget * | w | ) |
Returns a list containing only selected jobs from the given job list. The caller is responsible for calling AB_Job_List2_free. The jobs in the returned list are only valid as long as the list widget exists without changes.
| w | widget created by GB_JobList_new |
| GBANKING_API GtkWidget* GB_JobList_new | ( | AB_BANKING * | ab, | |
| GtkWidget * | parent, | |||
| GtkWidget * | tree | |||
| ) |
Create a new joblist.
| ab | GBanking object | |
| parent | parent widget (or 0 if none) | |
| tree | tree widget to use (if NULL then this function will create a new one) |
| GBANKING_API void GB_JobList_Update | ( | GtkWidget * | w | ) |
This function redraws the jobs in the list.
| w | widget created by GB_JobList_new |
1.4.7