add control flow view legend
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / eventhooks.h
index d7244129bba0a0f8a74d95ef132f08f51f18c1ed..6f4fdf015e01a2a11e823e02721f4fedd457163b 100644 (file)
@@ -59,6 +59,8 @@ void send_test_data(ProcessList *process_list, Drawing_t *drawing);
 
 GtkWidget *h_guicontrolflow(Tab *tab);
 
+GtkWidget *h_legend(Tab *tab);
+
 int event_selected_hook(void *hook_data, void *call_data);
 
 /*
@@ -114,4 +116,6 @@ gint traceset_notify(void *hook_data, void *call_data);
 gint redraw_notify(void *hook_data, void *call_data);
 gint continue_notify(void *hook_data, void *call_data);
 
+void legend_destructor(GtkWindow *legend);
+
 #endif // _EVENT_HOOKS_H
This page took 0.022269 seconds and 4 git commands to generate.