NetSurf
|
Go to the source code of this file.
Data Structures | |
struct | atari_hotlist |
Macros | |
#define | PATH_MAX 1024 |
Functions | |
void | atari_hotlist_init (void) |
void | atari_hotlist_open (void) |
void | atari_hotlist_close (void) |
void | atari_hotlist_destroy (void) |
void | atari_hotlist_add_page (const char *url, const char *title) |
void | atari_hotlist_redraw (void) |
Variables | |
struct atari_hotlist | hl |
void atari_hotlist_add_page | ( | const char * | url, |
const char * | title | ||
) |
Definition at line 288 of file hotlist.c.
References atari_hotlist_open(), hl, hotlist_add_entry(), hotlist_has_url(), NSERROR_OK, NSLOG, nsurl_create(), nsurl_unref(), and atari_hotlist::tv.
Referenced by handle_event(), and menu_add_bookmark().
void atari_hotlist_close | ( | void | ) |
Definition at line 258 of file hotlist.c.
References atari_treeview_close(), hl, and atari_hotlist::tv.
Referenced by atari_hotlist_destroy(), and handle_event().
void atari_hotlist_destroy | ( | void | ) |
Definition at line 263 of file hotlist.c.
References atari_hotlist_close(), atari_treeview_delete(), atari_treeview_is_open(), hl, atari_hotlist::init, NSLOG, atari_hotlist::tv, and atari_hotlist::window.
Referenced by gui_quit().
void atari_hotlist_init | ( | void | ) |
Definition at line 190 of file hotlist.c.
References atari_find_resource(), atari_hotlist_treeview_callbacks, atari_treeview_create(), ATARI_TREEVIEW_WIDGETS, desk_area, hl, hotlist_init(), atari_hotlist::init, messages_get(), NSLOG, nsoption_charp, atari_hotlist::path, PATH_MAX, tree_hotlist_path, atari_hotlist::tv, and atari_hotlist::window.
Referenced by gui_init().
void atari_hotlist_open | ( | void | ) |
Definition at line 237 of file hotlist.c.
References atari_treeview_is_open(), atari_treeview_open(), desk_area, hl, atari_hotlist::init, atari_hotlist::tv, and atari_hotlist::window.
Referenced by atari_hotlist_add_page(), and menu_bookmarks().
void atari_hotlist_redraw | ( | void | ) |
Definition at line 281 of file hotlist.c.
References atari_treeview_redraw(), hl, and atari_hotlist::tv.
|
extern |
Definition at line 47 of file hotlist.c.
Referenced by atari_hotlist_add_page(), atari_hotlist_close(), atari_hotlist_destroy(), atari_hotlist_init(), atari_hotlist_open(), atari_hotlist_redraw(), and html_set_file_gadget_filename().