NetSurf
frontends
amiga
help.h
Go to the documentation of this file.
1
/*
2
* Copyright 2013 Chris Young <chris@unsatisfactorysoftware.co.uk>
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
#ifndef AMIGA_HELP_H
20
#define AMIGA_HELP_H
21
#include <exec/types.h>
22
23
/* This enum needs to match context_array in help.c */
24
enum
{
25
AMI_HELP_MAIN
,
26
AMI_HELP_GUI
,
27
AMI_HELP_PREFS
,
28
};
29
30
struct
Screen;
31
32
void
ami_help_open
(ULONG node,
struct
Screen *screen);
33
void
ami_help_free
(
void
);
34
void
ami_help_new_screen
(
struct
Screen *screen);
35
ULONG
ami_help_signal
(
void
);
36
void
ami_help_process
(
void
);
37
#endif
38
ami_help_new_screen
void ami_help_new_screen(struct Screen *screen)
Definition:
help.c:66
AMI_HELP_PREFS
@ AMI_HELP_PREFS
Definition:
help.h:27
AMI_HELP_MAIN
@ AMI_HELP_MAIN
Definition:
help.h:25
AMI_HELP_GUI
@ AMI_HELP_GUI
Definition:
help.h:26
ami_help_signal
ULONG ami_help_signal(void)
Definition:
help.c:72
ami_help_process
void ami_help_process(void)
Definition:
help.c:80
ami_help_open
void ami_help_open(ULONG node, struct Screen *screen)
Definition:
help.c:50
ami_help_free
void ami_help_free(void)
Definition:
help.c:57
Generated on Sun Oct 20 2024 12:52:17 for NetSurf by
1.9.4