2005-12-20 01:50:23 +03:00
|
|
|
/*
|
|
|
|
* This file is part of NetSurf, http://netsurf.sourceforge.net/
|
|
|
|
* Licensed under the GNU General Public License,
|
|
|
|
* http://www.opensource.org/licenses/gpl-license
|
|
|
|
* Copyright 2005 James Bursa <bursa@users.sourceforge.net>
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <stdbool.h>
|
2006-07-19 17:41:57 +04:00
|
|
|
#include <gtk/gtk.h>
|
2006-07-23 22:26:11 +04:00
|
|
|
#include <glade/glade.h>
|
2005-12-20 01:50:23 +03:00
|
|
|
|
|
|
|
extern bool gui_in_multitask;
|
2006-07-23 22:26:11 +04:00
|
|
|
extern GladeXML *gladeWindows;
|
2006-08-07 02:29:58 +04:00
|
|
|
extern char *glade_file_location;
|
2006-07-23 22:26:11 +04:00
|
|
|
extern char *options_file_location;
|
|
|
|
|
2006-11-05 02:38:18 +03:00
|
|
|
extern GtkWindow *wndAbout;
|
|
|
|
|
|
|
|
extern GtkWindow *wndTooltip;
|
|
|
|
extern GtkLabel *labelTooltip;
|