NetSurf
|
Go to the source code of this file.
Functions | |
nserror | ami_history_local_present (struct gui_window *gw) |
Open the global history viewer. More... | |
nserror | ami_history_local_destroy (struct ami_history_local_window *history_local_win) |
destroy a previously created local history view More... | |
nserror ami_history_local_destroy | ( | struct ami_history_local_window * | history_local_win | ) |
destroy a previously created local history view
Definition at line 74 of file history_local.c.
References ami_corewindow_fini(), ami_gui_set_history_window(), ami_history_local_window::core, ami_history_local_window::gw, history_local_window, local_history_fini(), NSERROR_OK, and ami_history_local_window::session.
Referenced by ami_history_local_destroy_cw(), and gui_window_destroy().
nserror ami_history_local_present | ( | struct gui_window * | gw | ) |
Open the global history viewer.
Definition at line 247 of file history_local.c.
References ami_corewindow_init(), ami_gui_get_browser_window(), ami_gui_get_history_window(), ami_gui_set_history_window(), ami_history_local_create_window(), ami_history_local_destroy_cw(), ami_history_local_draw(), ami_history_local_key(), ami_history_local_mouse(), ami_utf8_easy(), ami_utf8_free(), ami_corewindow::close, ami_history_local_window::core, ami_corewindow::drag_end, ami_corewindow::draw, ami_corewindow::event, GID_CW_WIN, ami_history_local_window::gw, height, history_local_window, ami_corewindow::icon_drop, ami_corewindow::key, local_history_get_size(), local_history_init(), local_history_scroll_to_cursor(), local_history_set(), messages_get(), ami_corewindow::mouse, NSERROR_NOMEM, NSERROR_OK, NSLOG, ami_corewindow::objects, ami_history_local_window::session, width, and ami_corewindow::wintitle.
Referenced by HOOKF().