NetSurf
|
Interface to framebuffer local history manager. More...
Go to the source code of this file.
Functions | |
nserror | fb_local_history_present (fbtk_widget_t *parent, struct browser_window *bw) |
make the local history window visible. More... | |
nserror | fb_local_history_hide (void) |
hide the local history window from being visible. More... | |
nserror | fb_local_history_destroy (void) |
Destroys the local history window and performs any other necessary cleanup actions. More... | |
Interface to framebuffer local history manager.
Definition in file local_history.h.
nserror fb_local_history_destroy | ( | void | ) |
Destroys the local history window and performs any other necessary cleanup actions.
Definition at line 230 of file local_history.c.
References fb_local_history_window::core, fb_corewindow_fini(), local_history_fini(), local_history_window, NSERROR_OK, and fb_local_history_window::session.
nserror fb_local_history_hide | ( | void | ) |
hide the local history window from being visible.
Definition at line 215 of file local_history.c.
References fb_local_history_window::core, fbtk_set_mapping(), local_history_set(), local_history_window, NSERROR_OK, fb_local_history_window::session, and fb_corewindow::wnd.
nserror fb_local_history_present | ( | fbtk_widget_t * | parent, |
struct browser_window * | bw | ||
) |
make the local history window visible.
Definition at line 178 of file local_history.c.
References fb_local_history_window::core, fb_local_history_init(), fbtk_get_height(), fbtk_get_width(), fbtk_set_mapping(), fbtk_set_zorder(), height, local_history_get_size(), local_history_scroll_to_cursor(), local_history_window, NSERROR_OK, parent, fb_local_history_window::session, width, and fb_corewindow::wnd.
Referenced by fb_localhistory_btn_clik().