eid-viewer
eid-viewer library
Loading...
Searching...
No Matches
print.h
1#ifndef EID_VWR_GTK_PRINT_H
2#define EID_VWR_GTK_PRINT_H
3
4#include <gtk/gtk.h>
5
6void do_print(GtkMenuItem * print, gpointer user_data);
7
8#endif