2 * Copyright (C) 2000, Luca Padovani <luca.padovani@cs.unibo.it>.
4 * This file is part of HelmPot, a minimal browser for HELM.
6 * HelmPot is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version 2
9 * of the License, or (at your option) any later version.
11 * HelmPot is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with HelmPot; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
20 * For details, see the HelmPot World-Wide-Web page,
21 * http://cs.unibo.it/helm/helmview, or send a mail to
22 * <luca.padovani@cs.unibo.it>
35 /* initGUI: some initialization stuff, creates the main window, sets it with a title */
36 void GUI_init(gint *, gchar ***, gchar *, guint, guint, GtkFunction, guint32);
37 void GUI_uninit(void);
39 int GUI_load_document(const gchar*);
40 void GUI_unload_document(void);
41 void GUI_dump_entities(void);
43 /* main: this is the main event loop, to be called when the program is ready to run */
50 #endif /* __guiGTK_h__ */