NetSurf
|
Go to the source code of this file.
Functions | |
nserror | ami_pageinfo_open (struct browser_window *bw, ULONG left, ULONG top) |
Open the page info window. More... | |
nserror ami_pageinfo_open | ( | struct browser_window * | bw, |
ULONG | left, | ||
ULONG | top | ||
) |
Open the page info window.
bw | the browser window |
Definition at line 224 of file pageinfo.c.
References ami_corewindow_init(), ami_pageinfo_create_window(), ami_pageinfo_destroy(), ami_pageinfo_draw(), ami_pageinfo_event(), ami_pageinfo_key(), ami_pageinfo_mouse(), ami_utf8_easy(), ami_utf8_free(), ami_corewindow::close, ami_pageinfo_window::core, ami_corewindow::draw, ami_corewindow::event, GID_CW_WIN, height, ami_corewindow::key, messages_get(), ami_corewindow::mouse, NSERROR_NOMEM, NSERROR_OK, NSLOG, ami_corewindow::objects, page_info_create(), page_info_get_size(), ami_pageinfo_window::pi, width, and ami_corewindow::wintitle.
Referenced by ami_gui_event().