.DT
set_open_page
DW_wibble creator help
set_open_page

.SH Name
.SP 5 5
set_open_page -  Sets the currently open page.
.EP

.SH Syntax
.SI 5
void set_open_page(int i)
.EI

.SH Parameters
.SI 5
%^BOLD%^i%^RESET%^ - the page to open to
.EI

.SH Defined in
.SI 5
/std/book.c
.EI

.SH Description
.SP 5 5

Sets the currently open page.  This does all the magic needed to make
the book appear as if it is the currently opened page.  If the open
page is 0 then the book is closed.  If it is out of the upper
bound then the book is opened to the last page.
.EP

.SH See also
.SP 5 5
query_open_page(), query_current_page()

.EP

