bind lasy
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / Process_List.h
1 #ifndef _PROCESS_LIST_H
2 #define _PROCESS_LIST_H
3
4 typedef struct _ProcessList ProcessList;
5
6 ProcessList *ProcessList_construct(void);
7 void ProcessList_destroy(ProcessList *Process_List);
8 GtkWidget *ProcessList_getWidget(ProcessList *Process_List);
9
10 //int ProcessList_add(Process *myproc, ProcessList *Process_List, guint *height);
11 //int ProcessList_remove(Process *myproc, ProcessList *Process_List);
12 #endif // _PROCESS_LIST_H
This page took 0.030011 seconds and 4 git commands to generate.