main window api files
[lttv.git] / ltt / branches / poly / lttv / modules / gui / API / common.h
1 #ifndef COMMON_H
2 #define COMMON_H
3
4 #include <stdio.h>
5 #include <ltt/ltt.h>
6 #include <gtk/gtk.h>
7
8 /* constructor of the viewer */
9 typedef GtkWidget * (*lttv_constructor)(void * main_window);
10
11
12
13
14 #endif // COMMON_H
This page took 0.029952 seconds and 4 git commands to generate.