logo

class

fwt::WebBrowser

sys::Obj
  fwt::Widget
    fwt::WebBrowser

WebBrowser is used to display HTML text or view a URL.

Slots

back

This back()

Navigate to the previous session history.

Source

forward

This forward()

Navigate to the next session history.

Source

load

This load(Uri uri)

Navigate to the specified URI.

Source

refresh

This refresh()

Refresh the current page.

Source

stop

This stop()

Stop any load activity.

Source