NetSurf
|
#include <hotlist.h>
Data Fields | |
GUIWIN * | window |
struct core_window * | tv |
bool | init |
char | path [PATH_MAX] |
bool atari_hotlist::init |
Definition at line 37 of file hotlist.h.
Referenced by atari_hotlist_destroy(), atari_hotlist_init(), and atari_hotlist_open().
char atari_hotlist::path[PATH_MAX] |
Definition at line 38 of file hotlist.h.
Referenced by atari_hotlist_init().
struct core_window* atari_hotlist::tv |
Definition at line 36 of file hotlist.h.
Referenced by atari_hotlist_add_page(), atari_hotlist_close(), atari_hotlist_destroy(), atari_hotlist_init(), atari_hotlist_open(), and atari_hotlist_redraw().
GUIWIN* atari_hotlist::window |
Definition at line 34 of file hotlist.h.
Referenced by atari_hotlist_destroy(), atari_hotlist_init(), and atari_hotlist_open().