Documentation ¶
Overview ¶
Package web provides a cross-platform web browser.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Page ¶
type Page struct { core.Frame // The history of URLs that have been visited. The oldest page is first. History []string `set:"-"` // Context is the page's [htmlcore.Context]. Context *htmlcore.Context `set:"-"` }
Page represents one web browser page.
func NewPage ¶
NewPage returns a new Page with the given optional parent: Page represents one web browser page.
func (*Page) MakeToolbar ¶ added in v0.0.3
Click to show internal directories.
Click to hide internal directories.