NetSurf
|
Interface to page info core window for RISC OS. More...
Go to the source code of this file.
Functions | |
nserror | ro_gui_pageinfo_initialise (void) |
initialise the pageinfo window template ready for subsequent use. More... | |
nserror | ro_gui_pageinfo_present (struct gui_window *gw) |
make the pageinfo window visible. More... | |
nserror | ro_gui_pageinfo_finalise (void) |
Free any resources allocated for the page info window. More... | |
Interface to page info core window for RISC OS.
Definition in file pageinfo.h.
nserror ro_gui_pageinfo_finalise | ( | void | ) |
Free any resources allocated for the page info window.
Definition at line 307 of file pageinfo.c.
References ro_pageinfo_window::core, NSERROR_OK, page_info_destroy(), pageinfo_window, ro_pageinfo_window::pgi, and ro_corewindow_fini().
Referenced by gui_quit().
nserror ro_gui_pageinfo_initialise | ( | void | ) |
initialise the pageinfo window template ready for subsequent use.
Definition at line 283 of file pageinfo.c.
References dialog_pageinfo_template, NSERROR_OK, and ro_gui_dialog_load_template().
Referenced by ro_gui_dialog_init().
nserror ro_gui_pageinfo_present | ( | struct gui_window * | gw | ) |
make the pageinfo window visible.
Definition at line 291 of file pageinfo.c.
References gui_window::bw, NSERROR_OK, NSLOG, pageinfo_window, ro_pageinfo_init(), ro_pageinfo_open(), and gui_window::window.
Referenced by ro_gui_window_toolbar_click().