wxWindow

See external documentation: wxWindow.

See external documentation: wxWindow.

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

Types


wxWindow() = wx:wx_object()

Functions


new() -> wxWindow()

See external documentation.

new(Parent, Id) -> wxWindow()

  • Parent = wxWindow()
  • Id = integer()

Equivalent to new(Parent, Id, []).

new(Parent, Id, Option::[Option]) -> wxWindow()

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

See external documentation.

cacheBestSize(This, Size) -> ok

  • This = wxWindow()
  • Size = {W::integer(), H::integer()}

See external documentation.

captureMouse(This) -> ok

  • This = wxWindow()

See external documentation.

center(This) -> ok

  • This = wxWindow()

Equivalent to center(This, []).

center(This, Option::[Option]) -> ok

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

See external documentation.

centerOnParent(This) -> ok

  • This = wxWindow()

Equivalent to centerOnParent(This, []).

centerOnParent(This, Option::[Option]) -> ok

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

See external documentation.

centre(This) -> ok

  • This = wxWindow()

Equivalent to centre(This, []).

centre(This, Option::[Option]) -> ok

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

See external documentation.

centreOnParent(This) -> ok

  • This = wxWindow()

Equivalent to centreOnParent(This, []).

centreOnParent(This, Option::[Option]) -> ok

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

See external documentation.

clearBackground(This) -> ok

  • This = wxWindow()

See external documentation.

clientToScreen(This, Pt) -> {X::integer(), Y::integer()}

  • This = wxWindow()
  • Pt = {X::integer(), Y::integer()}

See external documentation.

clientToScreen(This, X, Y) -> {X::integer(), Y::integer()}

  • This = wxWindow()
  • X = integer()
  • Y = integer()

See external documentation.

close(This) -> boolean()

  • This = wxWindow()

Equivalent to close(This, []).

close(This, Option::[Option]) -> boolean()

  • This = wxWindow()
  • Option = {force, boolean()}

See external documentation.

convertDialogToPixels(This, Sz) -> {W::integer(), H::integer()}

  • This = wxWindow()
  • Sz = {W::integer(), H::integer()}

See external documentation.

convertPixelsToDialog(This, Sz) -> {W::integer(), H::integer()}

  • This = wxWindow()
  • Sz = {W::integer(), H::integer()}

See external documentation.

Destroy(This) -> boolean()

  • This = wxWindow()

See external documentation.

destroyChildren(This) -> boolean()

  • This = wxWindow()

See external documentation.

disable(This) -> boolean()

  • This = wxWindow()

See external documentation.

enable(This) -> boolean()

  • This = wxWindow()

Equivalent to enable(This, []).

enable(This, Option::[Option]) -> boolean()

  • This = wxWindow()
  • Option = {enable, boolean()}

See external documentation.

findFocus() -> wxWindow()

See external documentation.

findWindow(This, Winid) -> wxWindow()

  • This = wxWindow()
  • Winid = integer()

See external documentation.
Also:
findWindow(This, Name) -> wxWindow() when
This::wxWindow(), Name::unicode:chardata().

findWindowById(Winid) -> wxWindow()

  • Winid = integer()

Equivalent to findWindowById(Winid, []).

findWindowById(Winid, Option::[Option]) -> wxWindow()

  • Winid = integer()
  • Option = {parent, wxWindow()}

See external documentation.

findWindowByName(Name) -> wxWindow()

  • Name = chardata() (see module unicode)

findWindowByName(Name, Option::[Option]) -> wxWindow()

  • Name = chardata() (see module unicode)
  • Option = {parent, wxWindow()}

See external documentation.

findWindowByLabel(Label) -> wxWindow()

  • Label = chardata() (see module unicode)

findWindowByLabel(Label, Option::[Option]) -> wxWindow()

  • Label = chardata() (see module unicode)
  • Option = {parent, wxWindow()}

See external documentation.

fit(This) -> ok

  • This = wxWindow()

See external documentation.

fitInside(This) -> ok

  • This = wxWindow()

See external documentation.

freeze(This) -> ok

  • This = wxWindow()

See external documentation.

getAcceleratorTable(This) -> wxAcceleratorTable() (see module wxAcceleratorTable)

  • This = wxWindow()

See external documentation.

getBackgroundColour(This) -> wx_colour4() (see module wx)

  • This = wxWindow()

See external documentation.

getBackgroundStyle(This) -> wx_enum() (see module wx)

  • This = wxWindow()

See external documentation.
Res = ?wxBG_STYLE_SYSTEM | ?wxBG_STYLE_COLOUR | ?wxBG_STYLE_CUSTOM

getBestSize(This) -> {W::integer(), H::integer()}

  • This = wxWindow()

See external documentation.

getCaret(This) -> wxCaret() (see module wxCaret)

  • This = wxWindow()

See external documentation.

getCapture() -> wxWindow()

See external documentation.

getCharHeight(This) -> integer()

  • This = wxWindow()

See external documentation.

getCharWidth(This) -> integer()

  • This = wxWindow()

See external documentation.

getChildren(This) -> [wxWindow()]

  • This = wxWindow()

See external documentation.

getClientSize(This) -> {W::integer(), H::integer()}

  • This = wxWindow()

See external documentation.

getContainingSizer(This) -> wxSizer() (see module wxSizer)

  • This = wxWindow()

See external documentation.

getCursor(This) -> wxCursor() (see module wxCursor)

  • This = wxWindow()

See external documentation.

getDropTarget(This) -> wx_object() (see module wx)

  • This = wxWindow()

See external documentation.

getEventHandler(This) -> wxEvtHandler() (see module wxEvtHandler)

  • This = wxWindow()

See external documentation.

getExtraStyle(This) -> integer()

  • This = wxWindow()

See external documentation.

getFont(This) -> wxFont() (see module wxFont)

  • This = wxWindow()

See external documentation.

getForegroundColour(This) -> wx_colour4() (see module wx)

  • This = wxWindow()

See external documentation.

getGrandParent(This) -> wxWindow()

  • This = wxWindow()

See external documentation.

getHandle(This) -> integer()

  • This = wxWindow()

See external documentation.

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

  • This = wxWindow()

See external documentation.

getId(This) -> integer()

  • This = wxWindow()

See external documentation.

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

  • This = wxWindow()

See external documentation.

getMaxSize(This) -> {W::integer(), H::integer()}

  • This = wxWindow()

See external documentation.

getMinSize(This) -> {W::integer(), H::integer()}

  • This = wxWindow()

See external documentation.

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

  • This = wxWindow()

See external documentation.

getParent(This) -> wxWindow()

  • This = wxWindow()

See external documentation.

getPosition(This) -> {X::integer(), Y::integer()}

  • This = wxWindow()

See external documentation.

getRect(This) -> {X::integer(), Y::integer(), W::integer(), H::integer()}

  • This = wxWindow()

See external documentation.

getScreenPosition(This) -> {X::integer(), Y::integer()}

  • This = wxWindow()

See external documentation.

getScreenRect(This) -> {X::integer(), Y::integer(), W::integer(), H::integer()}

  • This = wxWindow()

See external documentation.

getScrollPos(This, Orient) -> integer()

  • This = wxWindow()
  • Orient = integer()

See external documentation.

getScrollRange(This, Orient) -> integer()

  • This = wxWindow()
  • Orient = integer()

See external documentation.

getScrollThumb(This, Orient) -> integer()

  • This = wxWindow()
  • Orient = integer()

See external documentation.

getSize(This) -> {W::integer(), H::integer()}

  • This = wxWindow()

See external documentation.

getSizer(This) -> wxSizer() (see module wxSizer)

  • This = wxWindow()

See external documentation.

getTextExtent(This, String) -> Result

  • Result = {X::integer(), Y::integer(), Descent::integer(), ExternalLeading::integer()}
  • This = wxWindow()
  • String = chardata() (see module unicode)

getTextExtent(This, String, Option::[Option]) -> Result

  • Result = {X::integer(), Y::integer(), Descent::integer(), ExternalLeading::integer()}
  • This = wxWindow()
  • String = chardata() (see module unicode)
  • Option = {theFont, wxFont() (see module wxFont)}

See external documentation.

getToolTip(This) -> wxToolTip() (see module wxToolTip)

  • This = wxWindow()

See external documentation.

getUpdateRegion(This) -> wxRegion() (see module wxRegion)

  • This = wxWindow()

See external documentation.

getVirtualSize(This) -> {W::integer(), H::integer()}

  • This = wxWindow()

See external documentation.

getWindowStyleFlag(This) -> integer()

  • This = wxWindow()

See external documentation.

getWindowVariant(This) -> wx_enum() (see module wx)

  • This = wxWindow()

See external documentation.
Res = ?wxWINDOW_VARIANT_NORMAL | ?wxWINDOW_VARIANT_SMALL | ?wxWINDOW_VARIANT_MINI | ?wxWINDOW_VARIANT_LARGE | ?wxWINDOW_VARIANT_MAX

hasCapture(This) -> boolean()

  • This = wxWindow()

See external documentation.

hasScrollbar(This, Orient) -> boolean()

  • This = wxWindow()
  • Orient = integer()

See external documentation.

hasTransparentBackground(This) -> boolean()

  • This = wxWindow()

See external documentation.

hide(This) -> boolean()

  • This = wxWindow()

See external documentation.

inheritAttributes(This) -> ok

  • This = wxWindow()

See external documentation.

initDialog(This) -> ok

  • This = wxWindow()

See external documentation.

invalidateBestSize(This) -> ok

  • This = wxWindow()

See external documentation.

isEnabled(This) -> boolean()

  • This = wxWindow()

See external documentation.

isExposed(This, Pt) -> boolean()

  • This = wxWindow()
  • Pt = {X::integer(), Y::integer()}

See external documentation.
Also:
isExposed(This, Rect) -> boolean() when
This::wxWindow(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}.

isExposed(This, X, Y) -> boolean()

  • This = wxWindow()
  • X = integer()
  • Y = integer()

See external documentation.

isExposed(This, X, Y, W, H) -> boolean()

  • This = wxWindow()
  • X = integer()
  • Y = integer()
  • W = integer()
  • H = integer()

See external documentation.

isRetained(This) -> boolean()

  • This = wxWindow()

See external documentation.

isShown(This) -> boolean()

  • This = wxWindow()

See external documentation.

isTopLevel(This) -> boolean()

  • This = wxWindow()

See external documentation.

layout(This) -> boolean()

  • This = wxWindow()

See external documentation.

lineDown(This) -> boolean()

  • This = wxWindow()

See external documentation.

lineUp(This) -> boolean()

  • This = wxWindow()

See external documentation.

lower(This) -> ok

  • This = wxWindow()

See external documentation.

makeModal(This) -> ok

  • This = wxWindow()

Equivalent to makeModal(This, []).

makeModal(This, Option::[Option]) -> ok

  • This = wxWindow()
  • Option = {modal, boolean()}

See external documentation.

move(This, Pt) -> ok

  • This = wxWindow()
  • Pt = {X::integer(), Y::integer()}

Equivalent to move(This, Pt, []).

move(This, X, Y) -> ok

  • This = wxWindow()
  • X = integer()
  • Y = integer()

See external documentation.
Also:
move(This, Pt, [Option]) -> ok when
This::wxWindow(), Pt::{X::integer(), Y::integer()},
Option :: {flags, integer()}.

move(This, X, Y, Option::[Option]) -> ok

  • This = wxWindow()
  • X = integer()
  • Y = integer()
  • Option = {flags, integer()}

See external documentation.

moveAfterInTabOrder(This, Win) -> ok

  • This = wxWindow()
  • Win = wxWindow()

See external documentation.

moveBeforeInTabOrder(This, Win) -> ok

  • This = wxWindow()
  • Win = wxWindow()

See external documentation.

  • This = wxWindow()

Equivalent to navigate(This, []).

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

See external documentation.

pageDown(This) -> boolean()

  • This = wxWindow()

See external documentation.

pageUp(This) -> boolean()

  • This = wxWindow()

See external documentation.

popEventHandler(This) -> wxEvtHandler() (see module wxEvtHandler)

  • This = wxWindow()

Equivalent to popEventHandler(This, []).

popEventHandler(This, Option::[Option]) -> wxEvtHandler() (see module wxEvtHandler)

  • This = wxWindow()
  • Option = {deleteHandler, boolean()}

See external documentation.

popupMenu(This, Menu) -> boolean()

  • This = wxWindow()
  • Menu = wxMenu() (see module wxMenu)

Equivalent to popupMenu(This, Menu, []).

popupMenu(This, Menu, Option::[Option]) -> boolean()

  • This = wxWindow()
  • Menu = wxMenu() (see module wxMenu)
  • Option = {pos, {X::integer(), Y::integer()}}

See external documentation.

popupMenu(This, Menu, X, Y) -> boolean()

  • This = wxWindow()
  • Menu = wxMenu() (see module wxMenu)
  • X = integer()
  • Y = integer()

See external documentation.

raise(This) -> ok

  • This = wxWindow()

See external documentation.

refresh(This) -> ok

  • This = wxWindow()

Equivalent to refresh(This, []).

refresh(This, Option::[Option]) -> ok

  • This = wxWindow()
  • Option = {eraseBackground, boolean()} | {rect, {X::integer(), Y::integer(), W::integer(), H::integer()}}

See external documentation.

refreshRect(This, Rect) -> ok

  • This = wxWindow()
  • Rect = {X::integer(), Y::integer(), W::integer(), H::integer()}

refreshRect(This, Rect, Option::[Option]) -> ok

  • This = wxWindow()
  • Rect = {X::integer(), Y::integer(), W::integer(), H::integer()}
  • Option = {eraseBackground, boolean()}

See external documentation.

releaseMouse(This) -> ok

  • This = wxWindow()

See external documentation.

removeChild(This, Child) -> ok

  • This = wxWindow()
  • Child = wxWindow()

See external documentation.

reparent(This, NewParent) -> boolean()

  • This = wxWindow()
  • NewParent = wxWindow()

See external documentation.

screenToClient(This) -> {X::integer(), Y::integer()}

  • This = wxWindow()

See external documentation.

screenToClient(This, Pt) -> {X::integer(), Y::integer()}

  • This = wxWindow()
  • Pt = {X::integer(), Y::integer()}

See external documentation.

scrollLines(This, Lines) -> boolean()

  • This = wxWindow()
  • Lines = integer()

See external documentation.

scrollPages(This, Pages) -> boolean()

  • This = wxWindow()
  • Pages = integer()

See external documentation.

scrollWindow(This, Dx, Dy) -> ok

  • This = wxWindow()
  • Dx = integer()
  • Dy = integer()

scrollWindow(This, Dx, Dy, Option::[Option]) -> ok

  • This = wxWindow()
  • Dx = integer()
  • Dy = integer()
  • Option = {rect, {X::integer(), Y::integer(), W::integer(), H::integer()}}

See external documentation.

setAcceleratorTable(This, Accel) -> ok

  • This = wxWindow()
  • Accel = wxAcceleratorTable() (see module wxAcceleratorTable)

See external documentation.

setAutoLayout(This, AutoLayout) -> ok

  • This = wxWindow()
  • AutoLayout = boolean()

See external documentation.

setBackgroundColour(This, Colour) -> boolean()

  • This = wxWindow()
  • Colour = wx_colour() (see module wx)

See external documentation.

setBackgroundStyle(This, Style) -> boolean()

  • This = wxWindow()
  • Style = wx_enum() (see module wx)

See external documentation.
Style = ?wxBG_STYLE_SYSTEM | ?wxBG_STYLE_COLOUR | ?wxBG_STYLE_CUSTOM

setCaret(This, Caret) -> ok

  • This = wxWindow()
  • Caret = wxCaret() (see module wxCaret)

See external documentation.

setClientSize(This, Size) -> ok

  • This = wxWindow()
  • Size = {W::integer(), H::integer()}

See external documentation.
Also:
setClientSize(This, Rect) -> ok when
This::wxWindow(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}.

setClientSize(This, Width, Height) -> ok

  • This = wxWindow()
  • Width = integer()
  • Height = integer()

See external documentation.

setContainingSizer(This, Sizer) -> ok

  • This = wxWindow()
  • Sizer = wxSizer() (see module wxSizer)

See external documentation.

setCursor(This, Cursor) -> boolean()

  • This = wxWindow()
  • Cursor = wxCursor() (see module wxCursor)

See external documentation.

setMaxSize(This, MaxSize) -> ok

  • This = wxWindow()
  • MaxSize = {W::integer(), H::integer()}

See external documentation.

setMinSize(This, MinSize) -> ok

  • This = wxWindow()
  • MinSize = {W::integer(), H::integer()}

See external documentation.

setOwnBackgroundColour(This, Colour) -> ok

  • This = wxWindow()
  • Colour = wx_colour() (see module wx)

See external documentation.

setOwnFont(This, Font) -> ok

  • This = wxWindow()
  • Font = wxFont() (see module wxFont)

See external documentation.

setOwnForegroundColour(This, Colour) -> ok

  • This = wxWindow()
  • Colour = wx_colour() (see module wx)

See external documentation.

setDropTarget(This, DropTarget) -> ok

  • This = wxWindow()
  • DropTarget = wx_object() (see module wx)

See external documentation.

setExtraStyle(This, ExStyle) -> ok

  • This = wxWindow()
  • ExStyle = integer()

See external documentation.

setFocus(This) -> ok

  • This = wxWindow()

See external documentation.

setFocusFromKbd(This) -> ok

  • This = wxWindow()

See external documentation.

setFont(This, Font) -> boolean()

  • This = wxWindow()
  • Font = wxFont() (see module wxFont)

See external documentation.

setForegroundColour(This, Colour) -> boolean()

  • This = wxWindow()
  • Colour = wx_colour() (see module wx)

See external documentation.

setHelpText(This, Text) -> ok

  • This = wxWindow()
  • Text = chardata() (see module unicode)

See external documentation.

setId(This, Winid) -> ok

  • This = wxWindow()
  • Winid = integer()

See external documentation.

setLabel(This, Label) -> ok

  • This = wxWindow()
  • Label = chardata() (see module unicode)

See external documentation.

setName(This, Name) -> ok

  • This = wxWindow()
  • Name = chardata() (see module unicode)

See external documentation.

setPalette(This, Pal) -> ok

  • This = wxWindow()
  • Pal = wxPalette() (see module wxPalette)

See external documentation.

setScrollbar(This, Orient, Pos, ThumbVisible, Range) -> ok

  • This = wxWindow()
  • Orient = integer()
  • Pos = integer()
  • ThumbVisible = integer()
  • Range = integer()

setScrollbar(This, Orient, Pos, ThumbVisible, Range, Option::[Option]) -> ok

  • This = wxWindow()
  • Orient = integer()
  • Pos = integer()
  • ThumbVisible = integer()
  • Range = integer()
  • Option = {refresh, boolean()}

See external documentation.

setScrollPos(This, Orient, Pos) -> ok

  • This = wxWindow()
  • Orient = integer()
  • Pos = integer()

setScrollPos(This, Orient, Pos, Option::[Option]) -> ok

  • This = wxWindow()
  • Orient = integer()
  • Pos = integer()
  • Option = {refresh, boolean()}

See external documentation.

setSize(This, Rect) -> ok

  • This = wxWindow()
  • Rect = {X::integer(), Y::integer(), W::integer(), H::integer()}

See external documentation.
Also:
setSize(This, Size) -> ok when
This::wxWindow(), Size::{W::integer(), H::integer()}.

setSize(This, Width, Height) -> ok

  • This = wxWindow()
  • Width = integer()
  • Height = integer()

See external documentation.
Also:
setSize(This, Rect, [Option]) -> ok when
This::wxWindow(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()},
Option :: {sizeFlags, integer()}.

setSize(This, X, Y, Width, Height) -> ok

  • This = wxWindow()
  • X = integer()
  • Y = integer()
  • Width = integer()
  • Height = integer()

setSize(This, X, Y, Width, Height, Option::[Option]) -> ok

  • This = wxWindow()
  • X = integer()
  • Y = integer()
  • Width = integer()
  • Height = integer()
  • Option = {sizeFlags, integer()}

See external documentation.

setSizeHints(This, MinSize) -> ok

  • This = wxWindow()
  • MinSize = {W::integer(), H::integer()}

setSizeHints(This, MinW, MinH) -> ok

  • This = wxWindow()
  • MinW = integer()
  • MinH = integer()

See external documentation.
Also:
setSizeHints(This, MinSize, [Option]) -> ok when
This::wxWindow(), MinSize::{W::integer(), H::integer()},
Option :: {maxSize, {W::integer(), H::integer()}}
| {incSize, {W::integer(), H::integer()}}.

setSizeHints(This, MinW, MinH, Option::[Option]) -> ok

  • This = wxWindow()
  • MinW = integer()
  • MinH = integer()
  • Option = {maxW, integer()} | {maxH, integer()} | {incW, integer()} | {incH, integer()}

See external documentation.

setSizer(This, Sizer) -> ok

  • This = wxWindow()
  • Sizer = wxSizer() (see module wxSizer)

Equivalent to setSizer(This, Sizer, []).

setSizer(This, Sizer, Option::[Option]) -> ok

  • This = wxWindow()
  • Sizer = wxSizer() (see module wxSizer)
  • Option = {deleteOld, boolean()}

See external documentation.

setSizerAndFit(This, Sizer) -> ok

  • This = wxWindow()
  • Sizer = wxSizer() (see module wxSizer)

setSizerAndFit(This, Sizer, Option::[Option]) -> ok

  • This = wxWindow()
  • Sizer = wxSizer() (see module wxSizer)
  • Option = {deleteOld, boolean()}

See external documentation.

setThemeEnabled(This, EnableTheme) -> ok

  • This = wxWindow()
  • EnableTheme = boolean()

See external documentation.

setToolTip(This, Tip) -> ok

  • This = wxWindow()
  • Tip = chardata() (see module unicode)

See external documentation.
Also:
setToolTip(This, Tip) -> ok when
This::wxWindow(), Tip::wxToolTip:wxToolTip().

setVirtualSize(This, Size) -> ok

  • This = wxWindow()
  • Size = {W::integer(), H::integer()}

See external documentation.

setVirtualSize(This, X, Y) -> ok

  • This = wxWindow()
  • X = integer()
  • Y = integer()

See external documentation.

setVirtualSizeHints(This, MinSize) -> ok

  • This = wxWindow()
  • MinSize = {W::integer(), H::integer()}

setVirtualSizeHints(This, MinW, MinH) -> ok

  • This = wxWindow()
  • MinW = integer()
  • MinH = integer()

See external documentation.
Also:
setVirtualSizeHints(This, MinSize, [Option]) -> ok when
This::wxWindow(), MinSize::{W::integer(), H::integer()},
Option :: {maxSize, {W::integer(), H::integer()}}.

setVirtualSizeHints(This, MinW, MinH, Option::[Option]) -> ok

  • This = wxWindow()
  • MinW = integer()
  • MinH = integer()
  • Option = {maxW, integer()} | {maxH, integer()}

See external documentation.

setWindowStyle(This, Style) -> ok

  • This = wxWindow()
  • Style = integer()

See external documentation.

setWindowStyleFlag(This, Style) -> ok

  • This = wxWindow()
  • Style = integer()

See external documentation.

setWindowVariant(This, Variant) -> ok

  • This = wxWindow()
  • Variant = wx_enum() (see module wx)

See external documentation.
Variant = ?wxWINDOW_VARIANT_NORMAL | ?wxWINDOW_VARIANT_SMALL | ?wxWINDOW_VARIANT_MINI | ?wxWINDOW_VARIANT_LARGE | ?wxWINDOW_VARIANT_MAX

shouldInheritColours(This) -> boolean()

  • This = wxWindow()

See external documentation.

show(This) -> boolean()

  • This = wxWindow()

Equivalent to show(This, []).

show(This, Option::[Option]) -> boolean()

  • This = wxWindow()
  • Option = {show, boolean()}

See external documentation.

thaw(This) -> ok

  • This = wxWindow()

See external documentation.

transferDataFromWindow(This) -> boolean()

  • This = wxWindow()

See external documentation.

transferDataToWindow(This) -> boolean()

  • This = wxWindow()

See external documentation.

update(This) -> ok

  • This = wxWindow()

See external documentation.

updateWindowUI(This) -> ok

  • This = wxWindow()

Equivalent to updateWindowUI(This, []).

updateWindowUI(This, Option::[Option]) -> ok

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

See external documentation.

validate(This) -> boolean()

  • This = wxWindow()

See external documentation.

warpPointer(This, X, Y) -> ok

  • This = wxWindow()
  • X = integer()
  • Y = integer()

See external documentation.

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

Destroys this object, do not use object again