NetSurf
gui_options.cpp
Go to the documentation of this file.
1/*
2 * Copyright 2008 François Revol <mmu_man@users.sourceforge.net>
3 * Copyright 2006 Rob Kendrick <rjek@rjek.com>
4 *
5 * This file is part of NetSurf, http://www.netsurf-browser.org/
6 *
7 * NetSurf is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; version 2 of the License.
10 *
11 * NetSurf 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.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program. If not, see <http://www.gnu.org/licenses/>.
18 */
19
20#define __STDBOOL_H__ 1
21#include <stdio.h>
22#include <stdlib.h>
23#include <string.h>
24extern "C" {
25#include "utils/log.h"
26#include "utils/nsoption.h"
27#include "utils/nsurl.h"
28}
29#include "beos/gui.h"
30#include "beos/scaffolding.h"
31#include "beos/gui_options.h"
32
33#include <View.h>
34#include <Window.h>
35
37
39 /* set the widgets to reflect the current options */
41}
42
44#warning WRITEME
45}
46
47
49#warning WRITEME
50}
void nsbeos_options_save(void)
Load current options into window.
Definition: gui_options.cpp:48
BWindow * wndPreferences
Definition: gui_options.cpp:36
void nsbeos_options_init(void)
Definition: gui_options.cpp:38
void nsbeos_options_load(void)
Init options and load window.
Definition: gui_options.cpp:43
NetSurf URL handling (interface).
Interface to utility string handling.
Option reading and saving interface.