wxWindow(3erl) | Erlang Module Definition | wxWindow(3erl) |
wxWindow - See external documentation: wxWindow.
See external documentation: wxWindow.
This class is derived (and can use functions) from:
wxEvtHandler
An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.
new() -> wxWindow()
See external documentation.
new(Parent, Id) -> wxWindow()
Types:
Equivalent to new(Parent, Id, []).
new(Parent, Id, Options::[Option]) -> wxWindow()
Types:
See external documentation.
cacheBestSize(This, Size) -> ok
Types:
See external documentation.
captureMouse(This) -> ok
Types:
See external documentation.
center(This) -> ok
Types:
Equivalent to center(This, []).
center(This, Options::[Option]) -> ok
Types:
See external documentation.
centerOnParent(This) -> ok
Types:
Equivalent to centerOnParent(This, []).
centerOnParent(This, Options::[Option]) -> ok
Types:
See external documentation.
centre(This) -> ok
Types:
Equivalent to centre(This, []).
centre(This, Options::[Option]) -> ok
Types:
See external documentation.
centreOnParent(This) -> ok
Types:
Equivalent to centreOnParent(This, []).
centreOnParent(This, Options::[Option]) -> ok
Types:
See external documentation.
clearBackground(This) -> ok
Types:
See external documentation.
clientToScreen(This, Pt) -> {X::integer(), Y::integer()}
Types:
See external documentation.
clientToScreen(This, X, Y) -> {X::integer(),
Y::integer()}
Types:
See external documentation.
close(This) -> boolean()
Types:
Equivalent to close(This, []).
close(This, Options::[Option]) -> boolean()
Types:
See external documentation.
convertDialogToPixels(This, Sz) -> {W::integer(),
H::integer()}
Types:
See external documentation.
convertPixelsToDialog(This, Sz) -> {W::integer(),
H::integer()}
Types:
See external documentation.
Destroy(This) -> boolean()
Types:
See external documentation.
destroyChildren(This) -> boolean()
Types:
See external documentation.
disable(This) -> boolean()
Types:
See external documentation.
dragAcceptFiles(This, Accept) -> ok
Types:
See external documentation.
enable(This) -> boolean()
Types:
Equivalent to enable(This, []).
enable(This, Options::[Option]) -> boolean()
Types:
See external documentation.
findFocus() -> wxWindow()
See external documentation.
findWindow(This, Winid) -> wxWindow()
Types:
See external documentation.
Also:
findWindow(This, Name) -> wxWindow() when
This::wxWindow(), Name::unicode:chardata().
findWindowById(Winid) -> wxWindow()
Types:
Equivalent to findWindowById(Winid, []).
findWindowById(Winid, Options::[Option]) ->
wxWindow()
Types:
See external documentation.
findWindowByName(Name) -> wxWindow()
Types:
Equivalent to findWindowByName(Name, []).
findWindowByName(Name, Options::[Option]) ->
wxWindow()
Types:
See external documentation.
findWindowByLabel(Label) -> wxWindow()
Types:
Equivalent to findWindowByLabel(Label, []).
findWindowByLabel(Label, Options::[Option]) ->
wxWindow()
Types:
See external documentation.
fit(This) -> ok
Types:
See external documentation.
fitInside(This) -> ok
Types:
See external documentation.
freeze(This) -> ok
Types:
See external documentation.
getAcceleratorTable(This) ->
wxAcceleratorTable:wxAcceleratorTable()
Types:
See external documentation.
getBackgroundColour(This) -> wx:wx_colour4()
Types:
See external documentation.
getBackgroundStyle(This) -> wx:wx_enum()
Types:
See external documentation.
Res = ?wxBG_STYLE_SYSTEM | ?wxBG_STYLE_COLOUR | ?wxBG_STYLE_CUSTOM
getBestSize(This) -> {W::integer(), H::integer()}
Types:
See external documentation.
getCaret(This) -> wxCaret:wxCaret()
Types:
See external documentation.
getCapture() -> wxWindow()
See external documentation.
getCharHeight(This) -> integer()
Types:
See external documentation.
getCharWidth(This) -> integer()
Types:
See external documentation.
getChildren(This) -> [wxWindow()]
Types:
See external documentation.
getClientSize(This) -> {W::integer(), H::integer()}
Types:
See external documentation.
getContainingSizer(This) -> wxSizer:wxSizer()
Types:
See external documentation.
getCursor(This) -> wxCursor:wxCursor()
Types:
See external documentation.
getDropTarget(This) -> wx:wx_object()
Types:
See external documentation.
getEventHandler(This) ->
wxEvtHandler:wxEvtHandler()
Types:
See external documentation.
getExtraStyle(This) -> integer()
Types:
See external documentation.
getFont(This) -> wxFont:wxFont()
Types:
See external documentation.
getForegroundColour(This) -> wx:wx_colour4()
Types:
See external documentation.
getGrandParent(This) -> wxWindow()
Types:
See external documentation.
getHandle(This) -> integer()
Types:
See external documentation.
getHelpText(This) -> unicode:charlist()
Types:
See external documentation.
getId(This) -> integer()
Types:
See external documentation.
getLabel(This) -> unicode:charlist()
Types:
See external documentation.
getMaxSize(This) -> {W::integer(), H::integer()}
Types:
See external documentation.
getMinSize(This) -> {W::integer(), H::integer()}
Types:
See external documentation.
getName(This) -> unicode:charlist()
Types:
See external documentation.
getParent(This) -> wxWindow()
Types:
See external documentation.
getPosition(This) -> {X::integer(), Y::integer()}
Types:
See external documentation.
getRect(This) -> {X::integer(), Y::integer(), W::integer(),
H::integer()}
Types:
See external documentation.
getScreenPosition(This) -> {X::integer(), Y::integer()}
Types:
See external documentation.
getScreenRect(This) -> {X::integer(), Y::integer(),
W::integer(), H::integer()}
Types:
See external documentation.
getScrollPos(This, Orient) -> integer()
Types:
See external documentation.
getScrollRange(This, Orient) -> integer()
Types:
See external documentation.
getScrollThumb(This, Orient) -> integer()
Types:
See external documentation.
getSize(This) -> {W::integer(), H::integer()}
Types:
See external documentation.
getSizer(This) -> wxSizer:wxSizer()
Types:
See external documentation.
getTextExtent(This, String) -> Result
Types:
Equivalent to getTextExtent(This, String, []).
getTextExtent(This, String, Options::[Option]) -> Result
Types:
See external documentation.
getToolTip(This) -> wxToolTip:wxToolTip()
Types:
See external documentation.
getUpdateRegion(This) -> wxRegion:wxRegion()
Types:
See external documentation.
getVirtualSize(This) -> {W::integer(), H::integer()}
Types:
See external documentation.
getWindowStyleFlag(This) -> integer()
Types:
See external documentation.
getWindowVariant(This) -> wx:wx_enum()
Types:
See external documentation.
Res = ?wxWINDOW_VARIANT_NORMAL | ?wxWINDOW_VARIANT_SMALL |
?wxWINDOW_VARIANT_MINI | ?wxWINDOW_VARIANT_LARGE | ?wxWINDOW_VARIANT_MAX
hasCapture(This) -> boolean()
Types:
See external documentation.
hasScrollbar(This, Orient) -> boolean()
Types:
See external documentation.
hasTransparentBackground(This) -> boolean()
Types:
See external documentation.
hide(This) -> boolean()
Types:
See external documentation.
inheritAttributes(This) -> ok
Types:
See external documentation.
initDialog(This) -> ok
Types:
See external documentation.
invalidateBestSize(This) -> ok
Types:
See external documentation.
isEnabled(This) -> boolean()
Types:
See external documentation.
isExposed(This, Pt) -> boolean()
Types:
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()
Types:
See external documentation.
isExposed(This, X, Y, W, H) -> boolean()
Types:
See external documentation.
isRetained(This) -> boolean()
Types:
See external documentation.
isShown(This) -> boolean()
Types:
See external documentation.
isTopLevel(This) -> boolean()
Types:
See external documentation.
layout(This) -> boolean()
Types:
See external documentation.
lineDown(This) -> boolean()
Types:
See external documentation.
lineUp(This) -> boolean()
Types:
See external documentation.
lower(This) -> ok
Types:
See external documentation.
makeModal(This) -> ok
Types:
Equivalent to makeModal(This, []).
makeModal(This, Options::[Option]) -> ok
Types:
See external documentation.
move(This, Pt) -> ok
Types:
Equivalent to move(This, Pt, []).
move(This, X, Y) -> ok
Types:
See external documentation.
Also:
move(This, Pt, [Option]) -> 'ok' when
This::wxWindow(), Pt::{X::integer(), Y::integer()},
Option :: {'flags', integer()}.
move(This, X, Y, Options::[Option]) -> ok
Types:
See external documentation.
moveAfterInTabOrder(This, Win) -> ok
Types:
See external documentation.
moveBeforeInTabOrder(This, Win) -> ok
Types:
See external documentation.
navigate(This) -> boolean()
Types:
Equivalent to navigate(This, []).
navigate(This, Options::[Option]) -> boolean()
Types:
See external documentation.
pageDown(This) -> boolean()
Types:
See external documentation.
pageUp(This) -> boolean()
Types:
See external documentation.
popEventHandler(This) ->
wxEvtHandler:wxEvtHandler()
Types:
Equivalent to popEventHandler(This, []).
popEventHandler(This, Options::[Option]) ->
wxEvtHandler:wxEvtHandler()
Types:
See external documentation.
popupMenu(This, Menu) -> boolean()
Types:
Equivalent to popupMenu(This, Menu, []).
popupMenu(This, Menu, Options::[Option]) -> boolean()
Types:
See external documentation.
popupMenu(This, Menu, X, Y) -> boolean()
Types:
See external documentation.
raise(This) -> ok
Types:
See external documentation.
refresh(This) -> ok
Types:
Equivalent to refresh(This, []).
refresh(This, Options::[Option]) -> ok
Types:
See external documentation.
refreshRect(This, Rect) -> ok
Types:
Equivalent to refreshRect(This, Rect, []).
refreshRect(This, Rect, Options::[Option]) -> ok
Types:
See external documentation.
releaseMouse(This) -> ok
Types:
See external documentation.
removeChild(This, Child) -> ok
Types:
See external documentation.
reparent(This, NewParent) -> boolean()
Types:
See external documentation.
screenToClient(This) -> {X::integer(), Y::integer()}
Types:
See external documentation.
screenToClient(This, Pt) -> {X::integer(), Y::integer()}
Types:
See external documentation.
scrollLines(This, Lines) -> boolean()
Types:
See external documentation.
scrollPages(This, Pages) -> boolean()
Types:
See external documentation.
scrollWindow(This, Dx, Dy) -> ok
Types:
Equivalent to scrollWindow(This, Dx, Dy, []).
scrollWindow(This, Dx, Dy, Options::[Option]) -> ok
Types:
See external documentation.
setAcceleratorTable(This, Accel) -> ok
Types:
See external documentation.
setAutoLayout(This, AutoLayout) -> ok
Types:
See external documentation.
setBackgroundColour(This, Colour) -> boolean()
Types:
See external documentation.
setBackgroundStyle(This, Style) -> boolean()
Types:
See external documentation.
Style = ?wxBG_STYLE_SYSTEM | ?wxBG_STYLE_COLOUR | ?wxBG_STYLE_CUSTOM
setCaret(This, Caret) -> ok
Types:
See external documentation.
setClientSize(This, Size) -> ok
Types:
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
Types:
See external documentation.
setContainingSizer(This, Sizer) -> ok
Types:
See external documentation.
setCursor(This, Cursor) -> boolean()
Types:
See external documentation.
setMaxSize(This, MaxSize) -> ok
Types:
See external documentation.
setMinSize(This, MinSize) -> ok
Types:
See external documentation.
setOwnBackgroundColour(This, Colour) -> ok
Types:
See external documentation.
setOwnFont(This, Font) -> ok
Types:
See external documentation.
setOwnForegroundColour(This, Colour) -> ok
Types:
See external documentation.
setDropTarget(This, DropTarget) -> ok
Types:
See external documentation.
setExtraStyle(This, ExStyle) -> ok
Types:
See external documentation.
setFocus(This) -> ok
Types:
See external documentation.
setFocusFromKbd(This) -> ok
Types:
See external documentation.
setFont(This, Font) -> boolean()
Types:
See external documentation.
setForegroundColour(This, Colour) -> boolean()
Types:
See external documentation.
setHelpText(This, Text) -> ok
Types:
See external documentation.
setId(This, Winid) -> ok
Types:
See external documentation.
setLabel(This, Label) -> ok
Types:
See external documentation.
setName(This, Name) -> ok
Types:
See external documentation.
setPalette(This, Pal) -> ok
Types:
See external documentation.
setScrollbar(This, Orient, Pos, ThumbVisible, Range) ->
ok
Types:
Equivalent to setScrollbar(This, Orient, Pos, ThumbVisible, Range, []).
setScrollbar(This, Orient, Pos, ThumbVisible, Range,
Options::[Option]) -> ok
Types:
See external documentation.
setScrollPos(This, Orient, Pos) -> ok
Types:
Equivalent to setScrollPos(This, Orient, Pos, []).
setScrollPos(This, Orient, Pos, Options::[Option]) -> ok
Types:
See external documentation.
setSize(This, Rect) -> ok
Types:
See external documentation.
Also:
setSize(This, Size) -> 'ok' when
This::wxWindow(), Size::{W::integer(), H::integer()}.
setSize(This, Width, Height) -> ok
Types:
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
Types:
Equivalent to setSize(This, X, Y, Width, Height, []).
setSize(This, X, Y, Width, Height, Options::[Option]) ->
ok
Types:
See external documentation.
setSizeHints(This, MinSize) -> ok
Types:
Equivalent to setSizeHints(This, MinSize, []).
setSizeHints(This, MinW, MinH) -> ok
Types:
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, Options::[Option]) -> ok
Types:
See external documentation.
setSizer(This, Sizer) -> ok
Types:
Equivalent to setSizer(This, Sizer, []).
setSizer(This, Sizer, Options::[Option]) -> ok
Types:
See external documentation.
setSizerAndFit(This, Sizer) -> ok
Types:
Equivalent to setSizerAndFit(This, Sizer, []).
setSizerAndFit(This, Sizer, Options::[Option]) -> ok
Types:
See external documentation.
setThemeEnabled(This, EnableTheme) -> ok
Types:
See external documentation.
setToolTip(This, Tip) -> ok
Types:
See external documentation.
Also:
setToolTip(This, Tip) -> 'ok' when
This::wxWindow(), Tip::wxToolTip:wxToolTip().
setVirtualSize(This, Size) -> ok
Types:
See external documentation.
setVirtualSize(This, X, Y) -> ok
Types:
See external documentation.
setVirtualSizeHints(This, MinSize) -> ok
Types:
Equivalent to setVirtualSizeHints(This, MinSize, []).
setVirtualSizeHints(This, MinW, MinH) -> ok
Types:
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, Options::[Option]) ->
ok
Types:
See external documentation.
setWindowStyle(This, Style) -> ok
Types:
See external documentation.
setWindowStyleFlag(This, Style) -> ok
Types:
See external documentation.
setWindowVariant(This, Variant) -> ok
Types:
See external documentation.
Variant = ?wxWINDOW_VARIANT_NORMAL | ?wxWINDOW_VARIANT_SMALL |
?wxWINDOW_VARIANT_MINI | ?wxWINDOW_VARIANT_LARGE | ?wxWINDOW_VARIANT_MAX
shouldInheritColours(This) -> boolean()
Types:
See external documentation.
show(This) -> boolean()
Types:
Equivalent to show(This, []).
show(This, Options::[Option]) -> boolean()
Types:
See external documentation.
thaw(This) -> ok
Types:
See external documentation.
transferDataFromWindow(This) -> boolean()
Types:
See external documentation.
transferDataToWindow(This) -> boolean()
Types:
See external documentation.
update(This) -> ok
Types:
See external documentation.
updateWindowUI(This) -> ok
Types:
Equivalent to updateWindowUI(This, []).
updateWindowUI(This, Options::[Option]) -> ok
Types:
See external documentation.
validate(This) -> boolean()
Types:
See external documentation.
warpPointer(This, X, Y) -> ok
Types:
See external documentation.
setTransparent(This, Alpha) -> boolean()
Types:
See external documentation.
canSetTransparent(This) -> boolean()
Types:
See external documentation.
isDoubleBuffered(This) -> boolean()
Types:
See external documentation.
setDoubleBuffered(This, On) -> ok
Types:
See external documentation.
getContentScaleFactor(This) -> number()
Types:
See external documentation.
destroy(This::wxWindow()) -> ok
Destroys this object, do not use object again
<>
wx 1.8.6 |