NetSurf
|
Go to the source code of this file.
Data Structures | |
struct | atari_cookie_manager_s |
Functions | |
void | atari_cookie_manager_init (void) |
void | atari_cookie_manager_open (void) |
void | atari_cookie_manager_close (void) |
void | atari_cookie_manager_destroy (void) |
void | atari_cookie_manager_redraw (void) |
Variables | |
struct atari_cookie_manager_s | atari_cookie_manager |
void atari_cookie_manager_close | ( | void | ) |
Definition at line 191 of file cookies.c.
References atari_cookie_manager, atari_treeview_close(), and atari_cookie_manager_s::tv.
Referenced by atari_cookie_manager_destroy(), and handle_event().
void atari_cookie_manager_destroy | ( | void | ) |
Definition at line 197 of file cookies.c.
References atari_cookie_manager, atari_cookie_manager_close(), atari_treeview_delete(), atari_treeview_is_open(), atari_cookie_manager_s::init, NSLOG, atari_cookie_manager_s::tv, and atari_cookie_manager_s::window.
Referenced by gui_quit().
void atari_cookie_manager_init | ( | void | ) |
Definition at line 130 of file cookies.c.
References atari_cookie_manager, atari_cookie_manager_treeview_callbacks, atari_treeview_create(), ATARI_TREEVIEW_WIDGETS, desk_area, atari_cookie_manager_s::init, messages_get(), NSLOG, atari_cookie_manager_s::tv, and atari_cookie_manager_s::window.
Referenced by gui_init().
void atari_cookie_manager_open | ( | void | ) |
Definition at line 171 of file cookies.c.
References atari_cookie_manager, atari_treeview_is_open(), atari_treeview_open(), desk_area, atari_cookie_manager_s::init, atari_cookie_manager_s::tv, and atari_cookie_manager_s::window.
Referenced by menu_cookies().
void atari_cookie_manager_redraw | ( | void | ) |
Definition at line 216 of file cookies.c.
References atari_cookie_manager, atari_treeview_redraw(), and atari_cookie_manager_s::tv.
|
extern |
Definition at line 35 of file cookies.c.
Referenced by atari_cookie_manager_close(), atari_cookie_manager_destroy(), atari_cookie_manager_init(), atari_cookie_manager_open(), and atari_cookie_manager_redraw().