wxWindow
Description
See external documentation: wxWindow.
This class is derived (and can use functions) from:
wxEvtHandler
DATA TYPES
new(Parent, Id) -> wxWindow()
Equivalent to new(Parent, Id, []).
new(Parent, Id, Options::[Option]) -> wxWindow()
Types
Types
Types
Equivalent to center(This, []).
Types
Equivalent to centerOnParent(This, []).
Types
Equivalent to centre(This, []).
Types
Equivalent to centreOnParent(This, []).
Types
Types
Equivalent to close(This, []).
Types
Types
Types
Types
Equivalent to enable(This, []).
findFocus() -> wxWindow()
findWindow(This, Winid) -> wxWindow()
findWindow(This, Name) -> wxWindow()
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()
findWindowByName(Name) -> wxWindow()
Types
Equivalent to findWindowByName(Name, []).
findWindowByName(Name, Options::[Option]) -> wxWindow()
findWindowByLabel(Label) -> wxWindow()
Types
Equivalent to findWindowByLabel(Label, []).
findWindowByLabel(Label, Options::[Option]) -> wxWindow()
Types
Types
Types
getAcceleratorTable(This) -> wxAcceleratorTable:wxAcceleratorTable()
Types
getBackgroundColour(This) -> wx:wx_colour4()
Types
getBackgroundStyle(This) -> wx:wx_enum()
Types
See external documentation.
Res = ?wxBG_STYLE_SYSTEM | ?wxBG_STYLE_COLOUR | ?wxBG_STYLE_CUSTOM
Types
getCaret(This) -> wxCaret:wxCaret()
Types
getCapture() -> wxWindow()
Types
Types
getChildren(This) -> [wxWindow()]
Types
Types
getContainingSizer(This) -> wxSizer:wxSizer()
Types
getCursor(This) -> wxCursor:wxCursor()
Types
getDropTarget(This) -> wx:wx_object()
Types
getEventHandler(This) -> wxEvtHandler:wxEvtHandler()
Types
Types
getFont(This) -> wxFont:wxFont()
Types
getForegroundColour(This) -> wx:wx_colour4()
Types
getGrandParent(This) -> wxWindow()
Types
Types
getHelpText(This) -> unicode:charlist()
Types
Types
getLabel(This) -> unicode:charlist()
Types
Types
Types
getName(This) -> unicode:charlist()
Types
getParent(This) -> wxWindow()
Types
Types
Types
Types
Types
Types
getSizer(This) -> wxSizer:wxSizer()
Types
Types
Equivalent to getTextExtent(This, String, []).
Types
getToolTip(This) -> wxToolTip:wxToolTip()
Types
getUpdateRegion(This) -> wxRegion:wxRegion()
Types
Types
Types
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
Types
Types
Types
Types
Types
Types
Types
Types
See external documentation.
Also:
isExposed(This, Rect) -> boolean() when
This::wxWindow(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}.
Types
Types
Types
Types
Types
Types
Types
Types
Types
Equivalent to makeModal(This, []).
Equivalent to move(This, Pt, []).
Types
See external documentation.
Also:
move(This, Pt, [Option]) -> 'ok' when
This::wxWindow(), Pt::{X::integer(), Y::integer()},
Option :: {'flags', integer()}.
navigate(This) -> boolean()
Types
Equivalent to navigate(This, []).
navigate(This, Options::[Option]) -> boolean()
Types
Types
popEventHandler(This) -> wxEvtHandler:wxEvtHandler()
Types
Equivalent to popEventHandler(This, []).
popEventHandler(This, Options::[Option]) -> wxEvtHandler:wxEvtHandler()
Equivalent to popupMenu(This, Menu, []).
Types
Types
Equivalent to refresh(This, []).
Types
Equivalent to refreshRect(This, Rect, []).
Types
Types
Types
Equivalent to scrollWindow(This, Dx, Dy, []).
Types
See external documentation.
Style = ?wxBG_STYLE_SYSTEM | ?wxBG_STYLE_COLOUR | ?wxBG_STYLE_CUSTOM
Types
See external documentation.
Also:
setClientSize(This, Rect) -> 'ok' when
This::wxWindow(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}.
Types
Types
Types
Equivalent to setScrollbar(This, Orient, Pos, ThumbVisible, Range, []).
Types
Equivalent to setScrollPos(This, Orient, Pos, []).
Types
See external documentation.
Also:
setSize(This, Size) -> 'ok' when
This::wxWindow(), Size::{W::integer(), H::integer()}.
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()}.
Equivalent to setSize(This, X, Y, Width, Height, []).
Types
Equivalent to setSizeHints(This, MinSize, []).
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()}}.
Types
Equivalent to setSizer(This, Sizer, []).
Equivalent to setSizerAndFit(This, Sizer, []).
See external documentation.
Also:
setToolTip(This, Tip) -> 'ok' when
This::wxWindow(), Tip::wxToolTip:wxToolTip().
Equivalent to setVirtualSizeHints(This, MinSize, []).
Types
See external documentation.
Also:
setVirtualSizeHints(This, MinSize, [Option]) -> 'ok' when
This::wxWindow(), MinSize::{W::integer(), H::integer()},
Option :: {'maxSize', {W::integer(), H::integer()}}.
Types
See external documentation.
Variant = ?wxWINDOW_VARIANT_NORMAL | ?wxWINDOW_VARIANT_SMALL | ?wxWINDOW_VARIANT_MINI | ?wxWINDOW_VARIANT_LARGE | ?wxWINDOW_VARIANT_MAX
Types
Types
Equivalent to show(This, []).
Types
Types
Types
Types
Types
Equivalent to updateWindowUI(This, []).