Window

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

destroy
void destroy()
Undocumented in source.
display
void display(bool toShow, bool enhancedPositioningCheckWhenShowing)
Undocumented in source.
getClientRect
void getClientRect(core.sys.windows.windef.RECT rc)
Undocumented in source.
getFocus
void getFocus()
Undocumented in source.
getHParent
core.sys.windows.windef.HWND getHParent()
Undocumented in source.
getHSelf
core.sys.windows.windef.HWND getHSelf()
Undocumented in source.
getHeight
int getHeight()
Undocumented in source.
getHinst
core.sys.windows.windef.HINSTANCE getHinst()
Undocumented in source.
getWidth
int getWidth()
Undocumented in source.
getWindowRect
void getWindowRect(core.sys.windows.windef.RECT rc)
Undocumented in source.
initialize
void initialize(core.sys.windows.windef.HINSTANCE hInst, core.sys.windows.windef.HWND parent)
Undocumented in source.
isVisible
bool isVisible()
Undocumented in source.
reSizeTo
void reSizeTo(core.sys.windows.windef.RECT rc)
Undocumented in source.
reSizeToWH
void reSizeToWH(core.sys.windows.windef.RECT rc)
Undocumented in source.
redraw
void redraw(bool forceUpdate)
Undocumented in source.

Variables

_hInst
core.sys.windows.windef.HINSTANCE _hInst;
Undocumented in source.
_hParent
core.sys.windows.windef.HWND _hParent;
Undocumented in source.
_hSelf
core.sys.windows.windef.HWND _hSelf;
Undocumented in source.

Meta