1
0
mirror of https://github.com/cclassic/model-ghdl synced 2024-09-27 02:45:04 +02:00
model-ghdl/gui.h

14 lines
290 B
C
Raw Normal View History

2015-10-22 20:23:24 +02:00
#ifndef GUI_H
#define GUI_H
#include <gtk/gtk.h>
#include <string.h>
#include <stdlib.h>
int gui_init(int *argc, char ***argv);
int showMessage(int message_type, char *text, char *defaultText, char **reply);
// Slots
static void okay( GtkWidget *widget, gpointer data );
#endif // GUI_H