NetSurf
Functions
pageinfo.h File Reference

Interface to page info core window for RISC OS. More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Interface to page info core window for RISC OS.

Definition in file pageinfo.h.

Function Documentation

◆ ro_gui_pageinfo_finalise()

nserror ro_gui_pageinfo_finalise ( void  )

Free any resources allocated for the page info window.

Returns
NSERROR_OK on success else appropriate error code on faliure.

Definition at line 308 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().

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

◆ ro_gui_pageinfo_initialise()

nserror ro_gui_pageinfo_initialise ( void  )

initialise the pageinfo window template ready for subsequent use.

Definition at line 284 of file pageinfo.c.

References dialog_pageinfo_template, NSERROR_OK, and ro_gui_dialog_load_template().

Referenced by ro_gui_dialog_init().

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

◆ ro_gui_pageinfo_present()

nserror ro_gui_pageinfo_present ( struct gui_window gw)

make the pageinfo window visible.

Returns
NSERROR_OK on success else appropriate error code on faliure.

Definition at line 292 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().

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