NetSurf
|
Data Fields | |
treeview * | tree |
struct treeview_field_desc | fields [N_FIELDS] |
struct global_history_folder | folders [GH_N_FOLDERS] |
time_t | today |
int | weekday |
bool | built |
Definition at line 67 of file global_history.c.
bool global_history_ctx::built |
Definition at line 73 of file global_history.c.
Referenced by global_history_create_dir(), global_history_entry_insert(), global_history_fini(), and global_history_init().
struct treeview_field_desc global_history_ctx::fields[N_FIELDS] |
Definition at line 69 of file global_history.c.
Referenced by global_history_create_dir(), global_history_create_treeview_field_data(), global_history_fini(), global_history_init(), and global_history_initialise_entry_fields().
struct global_history_folder global_history_ctx::folders[GH_N_FOLDERS] |
Definition at line 70 of file global_history.c.
Referenced by global_history_create_dir(), global_history_get_parent_treeview_node(), and global_history_init().
time_t global_history_ctx::today |
Definition at line 71 of file global_history.c.
Referenced by global_history_add_entry(), and global_history_initialise_time().
treeview* global_history_ctx::tree |
Definition at line 68 of file global_history.c.
Referenced by global_history_add(), global_history_add_entry(), global_history_contract(), global_history_create_dir(), global_history_entry_insert(), global_history_expand(), global_history_export(), global_history_fini(), global_history_get_selection(), global_history_has_selection(), global_history_init(), global_history_keypress(), global_history_mouse_action(), and global_history_redraw().
int global_history_ctx::weekday |
Definition at line 72 of file global_history.c.
Referenced by global_history_initialise_time().