NetSurf
Functions
local_history.h File Reference

Interface to framebuffer local history manager. More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Interface to framebuffer local history manager.

Definition in file local_history.h.

Function Documentation

◆ fb_local_history_destroy()

nserror fb_local_history_destroy ( void  )

Destroys the local history window and performs any other necessary cleanup actions.

Definition at line 231 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.

Here is the call graph for this function:

◆ fb_local_history_hide()

nserror fb_local_history_hide ( void  )

hide the local history window from being visible.

Returns
NSERROR_OK on success else appropriate error code on faliure.

Definition at line 216 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.

Here is the call graph for this function:

◆ fb_local_history_present()

nserror fb_local_history_present ( fbtk_widget_t parent,
struct browser_window bw 
)

make the local history window visible.

Returns
NSERROR_OK on success else appropriate error code on faliure.

Definition at line 179 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().

Here is the call graph for this function:
Here is the caller graph for this function: