wxHtmlWindow

See external documentation: wxHtmlWindow.

See external documentation: wxHtmlWindow.

This class is derived (and can use functions) from:
wxScrolledWindow
wxPanel
wxWindow
wxEvtHandler

Types


wxHtmlWindow() = wx:wx_object()

Functions


new() -> wxHtmlWindow()

See external documentation.

new(Parent) -> wxHtmlWindow()

  • Parent = wxWindow() (see module wxWindow)

Equivalent to new(Parent, []).

new(Parent, Option::[Option]) -> wxHtmlWindow()

  • Parent = wxWindow() (see module wxWindow)
  • Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}

See external documentation.

appendToPage(This, Source) -> boolean()

  • This = wxHtmlWindow()
  • Source = chardata() (see module unicode)

See external documentation.

getOpenedAnchor(This) -> charlist() (see module unicode)

  • This = wxHtmlWindow()

See external documentation.

getOpenedPage(This) -> charlist() (see module unicode)

  • This = wxHtmlWindow()

See external documentation.

getOpenedPageTitle(This) -> charlist() (see module unicode)

  • This = wxHtmlWindow()

See external documentation.

getRelatedFrame(This) -> wxFrame() (see module wxFrame)

  • This = wxHtmlWindow()

See external documentation.

historyBack(This) -> boolean()

  • This = wxHtmlWindow()

See external documentation.

historyCanBack(This) -> boolean()

  • This = wxHtmlWindow()

See external documentation.

historyCanForward(This) -> boolean()

  • This = wxHtmlWindow()

See external documentation.

historyClear(This) -> ok

  • This = wxHtmlWindow()

See external documentation.

historyForward(This) -> boolean()

  • This = wxHtmlWindow()

See external documentation.

loadFile(This, Filename) -> boolean()

  • This = wxHtmlWindow()
  • Filename = chardata() (see module unicode)

See external documentation.

loadPage(This, Location) -> boolean()

  • This = wxHtmlWindow()
  • Location = chardata() (see module unicode)

See external documentation.

selectAll(This) -> ok

  • This = wxHtmlWindow()

See external documentation.

selectionToText(This) -> charlist() (see module unicode)

  • This = wxHtmlWindow()

See external documentation.

selectLine(This, Pos) -> ok

  • This = wxHtmlWindow()
  • Pos = {X::integer(), Y::integer()}

See external documentation.

selectWord(This, Pos) -> ok

  • This = wxHtmlWindow()
  • Pos = {X::integer(), Y::integer()}

See external documentation.

setBorders(This, B) -> ok

  • This = wxHtmlWindow()
  • B = integer()

See external documentation.

setFonts(This, Normal_face, Fixed_face) -> ok

  • This = wxHtmlWindow()
  • Normal_face = chardata() (see module unicode)
  • Fixed_face = chardata() (see module unicode)

setFonts(This, Normal_face, Fixed_face, Option::[Option]) -> ok

  • This = wxHtmlWindow()
  • Normal_face = chardata() (see module unicode)
  • Fixed_face = chardata() (see module unicode)
  • Option = {sizes, integer()}

See external documentation.

setPage(This, Source) -> boolean()

  • This = wxHtmlWindow()
  • Source = chardata() (see module unicode)

See external documentation.

setRelatedFrame(This, Frame, Format) -> ok

  • This = wxHtmlWindow()
  • Frame = wxFrame() (see module wxFrame)
  • Format = chardata() (see module unicode)

See external documentation.

setRelatedStatusBar(This, Bar) -> ok

  • This = wxHtmlWindow()
  • Bar = integer()

See external documentation.

toText(This) -> charlist() (see module unicode)

  • This = wxHtmlWindow()

See external documentation.

destroy(This::wxHtmlWindow()) -> ok

Destroys this object, do not use object again