NetSurf
Functions
page_info.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

nserror nsgtk_page_info (struct browser_window *bw)
 Page information window. More...
 
void nsgtk_page_info_set_position (struct nsgtk_pi_window *pi, int x, int y)
 Position the given page information window at the given coordinates. More...
 

Function Documentation

◆ nsgtk_page_info()

nserror nsgtk_page_info ( struct browser_window bw)

Page information window.

Parameters
bwthe browser window to get page information for
Returns
NSERROR_OK or error code if prompt creation failed.

Definition at line 163 of file page_info.c.

References nsgtk_pi_window::builder, nsgtk_corewindow::cb_table, nsgtk_pi_window::core, nsgtk_pi_window::dlg, nsgtk_corewindow::draw, nsgtk_corewindow::drawing_area, nsgtk_corewindow::key, messages_get_errorcode(), nsgtk_corewindow::mouse, NSERROR_NOMEM, NSERROR_OK, nsgtk_builder_new_from_resname(), nsgtk_corewindow_init(), nsgtk_current_scaffolding(), nsgtk_pi_delete_event(), nsgtk_pi_draw(), nsgtk_pi_key(), nsgtk_pi_mouse(), nsgtk_scaffolding_position_page_info(), nsgtk_scaffolding_window(), NSLOG, page_info_create(), and nsgtk_pi_window::pi.

Referenced by url_entry_icon_release_cb().

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

◆ nsgtk_page_info_set_position()

void nsgtk_page_info_set_position ( struct nsgtk_pi_window pi,
int  x,
int  y 
)

Position the given page information window at the given coordinates.

Parameters
pithe page info window to position
xthe X coordinate for the top left of the window
ythe Y coordinate for the top left of the window

Definition at line 253 of file page_info.c.

References nsgtk_pi_window::dlg, and NSLOG.

Referenced by nsgtk_toolbar_position_page_info().

Here is the caller graph for this function: