NetSurf
|
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... | |
nserror nsgtk_page_info | ( | struct browser_window * | bw | ) |
Page information window.
bw | the browser window to get page information for |
Definition at line 163 of file page_info.c.
References nsgtk_pi_window::builder, 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().
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.
pi | the page info window to position |
x | the X coordinate for the top left of the window |
y | the Y coordinate for the top left of the window |
Definition at line 251 of file page_info.c.
References nsgtk_pi_window::dlg, and NSLOG.
Referenced by nsgtk_toolbar_position_page_info().