wxTopLevelWindow

See external documentation: wxTopLevelWindow.

See external documentation: wxTopLevelWindow.

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

Types


wxTopLevelWindow() = wx:wx_object()

Functions


getIcon(This) -> wxIcon() (see module wxIcon)

  • This = wxTopLevelWindow()

See external documentation.

getIcons(This) -> wxIconBundle() (see module wxIconBundle)

  • This = wxTopLevelWindow()

See external documentation.

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

  • This = wxTopLevelWindow()

See external documentation.

isActive(This) -> boolean()

  • This = wxTopLevelWindow()

See external documentation.

iconize(This) -> ok

  • This = wxTopLevelWindow()

Equivalent to iconize(This, []).

iconize(This, Options::[Option]) -> ok

  • This = wxTopLevelWindow()
  • Option = {iconize, boolean()}

See external documentation.

isFullScreen(This) -> boolean()

  • This = wxTopLevelWindow()

See external documentation.

isIconized(This) -> boolean()

  • This = wxTopLevelWindow()

See external documentation.

isMaximized(This) -> boolean()

  • This = wxTopLevelWindow()

See external documentation.

maximize(This) -> ok

  • This = wxTopLevelWindow()

Equivalent to maximize(This, []).

maximize(This, Options::[Option]) -> ok

  • This = wxTopLevelWindow()
  • Option = {maximize, boolean()}

See external documentation.

requestUserAttention(This) -> ok

  • This = wxTopLevelWindow()

requestUserAttention(This, Options::[Option]) -> ok

  • This = wxTopLevelWindow()
  • Option = {flags, integer()}

See external documentation.

setIcon(This, Icon) -> ok

  • This = wxTopLevelWindow()
  • Icon = wxIcon() (see module wxIcon)

See external documentation.

setIcons(This, Icons) -> ok

  • This = wxTopLevelWindow()
  • Icons = wxIconBundle() (see module wxIconBundle)

See external documentation.

centerOnScreen(This) -> ok

  • This = wxTopLevelWindow()

Equivalent to centerOnScreen(This, []).

centerOnScreen(This, Options::[Option]) -> ok

  • This = wxTopLevelWindow()
  • Option = {dir, integer()}

See external documentation.

centreOnScreen(This) -> ok

  • This = wxTopLevelWindow()

Equivalent to centreOnScreen(This, []).

centreOnScreen(This, Options::[Option]) -> ok

  • This = wxTopLevelWindow()
  • Option = {dir, integer()}

See external documentation.

setShape(This, Region) -> boolean()

  • This = wxTopLevelWindow()
  • Region = wxRegion() (see module wxRegion)

See external documentation.

setTitle(This, Title) -> ok

  • This = wxTopLevelWindow()
  • Title = chardata() (see module unicode)

See external documentation.

showFullScreen(This, Show) -> boolean()

  • This = wxTopLevelWindow()
  • Show = boolean()

showFullScreen(This, Show, Options::[Option]) -> boolean()

  • This = wxTopLevelWindow()
  • Show = boolean()
  • Option = {style, integer()}

See external documentation.