X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fgtk%2Fmain.h;fp=src%2Fgtk%2Fmain.h;h=d2f41e3917abb341ec59874406368894e8ffb438;hb=1466890269b04da08adf7b3640698e75e9593f56;hp=0000000000000000000000000000000000000000;hpb=f2f9b967b44e9df39b7254d32e74f89d9fda3dfb;p=emu8051.git diff --git a/src/gtk/main.h b/src/gtk/main.h new file mode 100644 index 0000000..d2f41e3 --- /dev/null +++ b/src/gtk/main.h @@ -0,0 +1,54 @@ +/* + * main.h + * + * Copyright (C) 1999 Jonathan St-André + * Copyright (C) 1999 Hugo Villeneuve + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + */ + +#ifndef MAIN_H +#define MAIN_H 1 + +#include + +void +AddMenuSeparator(GtkWidget *menu); + +void +emugtk_new_file(char *file); + +void +emugtk_UpdateDisplay(void); + +void +emugtk_quit_gui(void); + +void +emugtk_create_int_memory_paned(void); + +void +emugtk_destroy_int_memory_paned(void); + +void +emugtk_create_ext_memory_paned(void); + +void +emugtk_destroy_ext_memory_paned(void); + +void +emugtk_recreate_memory_paned(void); + +#endif /* MAIN_H */