summaryrefslogtreecommitdiff
path: root/gtk/gtk_options.h
blob: 379b32c4bf597c13677f039c8f70c0377d28d0ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * 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 2006 Rob Kendrick <rjek@rjek.com>
 */

#ifndef NETSURF_GTK_OPTIONS_H
#define NETSURF_GTK_OPTIONS_H

#include <gtk/gtk.h>

extern GtkWindow *wndChoices;

void nsgtk_options_init(void);		/** Init options and load window */
void nsgtk_options_load(void);		/** Load current options into window */
void nsgtk_options_save(void);		/** Save options from window */

#endif