NetSurf
|
#include <exec/types.h>
Go to the source code of this file.
Enumerations | |
enum | { AMI_HELP_MAIN , AMI_HELP_GUI , AMI_HELP_PREFS } |
Functions | |
void | ami_help_open (ULONG node, struct Screen *screen) |
void | ami_help_free (void) |
void | ami_help_new_screen (struct Screen *screen) |
ULONG | ami_help_signal (void) |
void | ami_help_process (void) |
anonymous enum |
void ami_help_free | ( | void | ) |
Definition at line 57 of file help.c.
References AmigaGuideClass, and AmigaGuideObject.
Referenced by ami_help_process(), and gui_quit().
void ami_help_new_screen | ( | struct Screen * | screen | ) |
Definition at line 66 of file help.c.
References AmigaGuideObject.
Referenced by ami_openscreen().
void ami_help_open | ( | ULONG | node, |
struct Screen * | screen | ||
) |
Definition at line 50 of file help.c.
References ami_help_init(), AmigaGuideObject, and IDoMethod.
Referenced by ami_gui_event(), and ami_gui_opts_event().
void ami_help_process | ( | void | ) |
Definition at line 80 of file help.c.
References ami_help_free(), AmigaGuideObject, and IDoMethod.
Referenced by ami_get_msg().
ULONG ami_help_signal | ( | void | ) |
Definition at line 72 of file help.c.
References AmigaGuideObject.
Referenced by ami_get_msg().