NetSurf
|
Go to the source code of this file.
Data Structures | |
struct | atari_global_history_s |
Functions | |
void | atari_global_history_init (void) |
void | atari_global_history_open (void) |
void | atari_global_history_close (void) |
void | atari_global_history_destroy (void) |
void | atari_global_history_redraw (void) |
Variables | |
struct atari_global_history_s | atari_global_history |
void atari_global_history_close | ( | void | ) |
Definition at line 74 of file history.c.
References atari_global_history, atari_treeview_close(), and atari_global_history_s::tv.
Referenced by atari_global_history_destroy(), and handle_event().
void atari_global_history_destroy | ( | void | ) |
Definition at line 168 of file history.c.
References atari_global_history, atari_global_history_close(), atari_treeview_delete(), atari_treeview_is_open(), atari_global_history_s::init, NSLOG, atari_global_history_s::tv, and atari_global_history_s::window.
Referenced by gui_quit().
void atari_global_history_init | ( | void | ) |
Definition at line 109 of file history.c.
References atari_global_history, atari_global_history_treeview_callbacks, atari_treeview_create(), ATARI_TREEVIEW_WIDGETS, desk_area, atari_global_history_s::init, messages_get(), NSLOG, atari_global_history_s::tv, and atari_global_history_s::window.
Referenced by gui_init().
void atari_global_history_open | ( | void | ) |
Definition at line 145 of file history.c.
References atari_global_history, atari_treeview_is_open(), atari_treeview_open(), desk_area, atari_global_history_s::init, atari_global_history_s::tv, and atari_global_history_s::window.
Referenced by menu_ghistory().
void atari_global_history_redraw | ( | void | ) |
Definition at line 187 of file history.c.
References atari_global_history, atari_treeview_redraw(), and atari_global_history_s::tv.
|
extern |
Definition at line 34 of file history.c.
Referenced by atari_global_history_close(), atari_global_history_destroy(), atari_global_history_init(), atari_global_history_open(), and atari_global_history_redraw().