.DT
replace_page_with
DW_wibble creator help
replace_page_with
.SH Name
.SP 5 5
replace_page_with - This method replaces the selected page with a new page.
.EP
.SH Syntax
.SI 5
int replace_page_with(object page,
int num)
.EI
.SH Parameters
.SI 5
%^BOLD%^page%^RESET%^ - the page to replace with
%^BOLD%^num%^RESET%^ - the page number to replace
.EI
.SH Returns
.SI 5
1 on success, 0 on failure.EI
.SH Defined in
.SI 5
/std/book.c
.EI
.SH Description
.SP 5 5
This method replaces the selected page with a new page. The old page
is dested if it can be and replaced with a nice shiny new page object.
.EP
.SH See also
.SP 5 5
add_page_after()
.EP