NetSurf
configure.h
Go to the documentation of this file.
1/*
2 * Copyright 2005 Richard Wilson <info@tinct.net>
3 *
4 * This file is part of NetSurf, http://www.netsurf-browser.org/
5 *
6 * NetSurf is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 2 of the License.
9 *
10 * NetSurf is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
19/** \file
20 * Automated RISC OS WIMP event handling (interface).
21 */
22
23
24#ifndef _NETSURF_RISCOS_OPTIONS_CONFIGURE_H_
25#define _NETSURF_RISCOS_OPTIONS_CONFIGURE_H_
26
27#include <stdbool.h>
28#include "oslib/wimp.h"
29
42
43#endif
void ro_gui_options_image_finalise(wimp_w w)
Definition: con_image.c:112
bool ro_gui_options_security_initialise(wimp_w w)
Definition: con_secure.c:42
bool ro_gui_options_language_initialise(wimp_w w)
Definition: con_language.c:47
bool ro_gui_options_content_initialise(wimp_w w)
Definition: con_content.c:43
bool ro_gui_options_cache_initialise(wimp_w w)
Definition: con_cache.c:50
bool ro_gui_options_theme_initialise(wimp_w w)
Definition: con_theme.c:94
bool ro_gui_options_home_initialise(wimp_w w)
Definition: con_home.c:46
bool ro_gui_options_fonts_initialise(wimp_w w)
Definition: con_fonts.c:75
bool ro_gui_options_interface_initialise(wimp_w w)
Definition: con_inter.c:46
void ro_gui_options_theme_finalise(wimp_w w)
Definition: con_theme.c:176
bool ro_gui_options_image_initialise(wimp_w w)
Definition: con_image.c:61
bool ro_gui_options_connection_initialise(wimp_w w)
Definition: con_connect.c:66