NAME

cs::CSW::PageView - display a web page


SYNOPSIS

use cs::CSW::PageView;


DESCRIPTION

The cs::CSW::PageView module provides an undecorated frame displaying a web page.


GENERAL FUNCTIONS


OBJECT CREATION

Usually this will be called as a widget within a frame.

new cs::CSW::PageView CSW, url, prevhist
Create a new view of the url. CSW is the main browser object. prevhist is the ancestor history node.


OBJECT METHODS

Widget()
Return the widget associated with this object.

Forward(url)
Advance forward to the specified url.


AUTHOR

Cameron Simpson <cs@zip.com.au>