NetSurf
|
Interface to GTK local history manager. More...
Go to the source code of this file.
Functions | |
nserror | nsgtk_local_history_present (GtkWindow *parent, struct browser_window *bw) |
make the local history window visible. More... | |
void | nsgtk_local_history_set_position (int x, int y) |
set the local history window position. More... | |
nserror | nsgtk_local_history_hide (void) |
hide the local history window from being visible. More... | |
nserror | nsgtk_local_history_destroy (void) |
Destroys the local history window and performs any other necessary cleanup actions. More... | |
Interface to GTK local history manager.
Definition in file local_history.h.
nserror nsgtk_local_history_destroy | ( | void | ) |
Destroys the local history window and performs any other necessary cleanup actions.
Definition at line 276 of file local_history.c.
References nsgtk_local_history_window::builder, nsgtk_local_history_window::core, local_history_fini(), local_history_window, NSERROR_OK, nsgtk_corewindow_fini(), nsgtk_local_history_window::session, and nsgtk_local_history_window::wnd.
Referenced by nsgtk_finalise().
nserror nsgtk_local_history_hide | ( | void | ) |
hide the local history window from being visible.
Definition at line 261 of file local_history.c.
References local_history_set(), local_history_window, NSERROR_OK, nsgtk_local_history_window::session, and nsgtk_local_history_window::wnd.
Referenced by back_button_clicked_cb(), forward_button_clicked_cb(), nsgtk_toolbar_throbber(), nsgtk_window_button_press_event(), scaffolding_update_context(), and scaffolding_window_destroy().
nserror nsgtk_local_history_present | ( | GtkWindow * | parent, |
struct browser_window * | bw | ||
) |
make the local history window visible.
Definition at line 217 of file local_history.c.
References height, local_history_get_size(), local_history_scroll_to_cursor(), local_history_window, NSERROR_OK, nsgtk_current_scaffolding(), nsgtk_local_history_init(), nsgtk_scaffolding_position_local_history(), parent, nsgtk_local_history_window::session, width, and nsgtk_local_history_window::wnd.
Referenced by localhistory_button_clicked_cb().
void nsgtk_local_history_set_position | ( | int | x, |
int | y | ||
) |
set the local history window position.
Definition at line 298 of file local_history.c.
References local_history_window, NSLOG, and nsgtk_local_history_window::wnd.
Referenced by nsgtk_toolbar_position_local_history().