StaticDialog

Undocumented in source.
version(Windows && Not_betterC)
abstract
class StaticDialog : Window {}

Destructor

~this
~this()
Undocumented in source.

Members

Functions

alignWith
void alignWith(core.sys.windows.windef.HWND handle, core.sys.windows.windef.HWND handle2Align, .PosAlign pos, core.sys.windows.windef.POINT point)
Undocumented in source.
create
void create(void* dialog_p, int dialogID, bool isRTL, bool msgDestParent)
Undocumented in source.
destroy
void destroy()
Undocumented in source.
display
void display(bool toShow, bool enhancedPositioningCheckWhenShowing)
Undocumented in source.
getTopPoint
core.sys.windows.windef.POINT getTopPoint(core.sys.windows.windef.HWND hwnd, bool isLeft)
Undocumented in source.
getViewablePositionRect
core.sys.windows.windef.RECT getViewablePositionRect(core.sys.windows.windef.RECT testPositionRc)
Undocumented in source.
goToCenter
void goToCenter()
Undocumented in source.
isCreated
bool isCreated()
Undocumented in source.
makeRTLResource
core.sys.windows.windef.HGLOBAL makeRTLResource(int dialogID, core.sys.windows.winuser.DLGTEMPLATE** ppMyDlgTemplate)
Undocumented in source.
run_dlgProc
core.sys.windows.basetsd.INT_PTR run_dlgProc(core.sys.windows.windef.UINT message, core.sys.windows.windef.WPARAM wParam, core.sys.windows.windef.LPARAM lParam)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Static functions

dlgProc
core.sys.windows.basetsd.INT_PTR dlgProc(core.sys.windows.windef.HWND hwnd, core.sys.windows.windef.UINT message, core.sys.windows.windef.WPARAM wParam, core.sys.windows.windef.LPARAM lParam)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Variables

_rc
core.sys.windows.windef.RECT _rc;
Undocumented in source.

Inherited Members

From Window

_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.
initialize
void initialize(core.sys.windows.windef.HINSTANCE hInst, core.sys.windows.windef.HWND parent)
Undocumented in source.
destroy
void destroy()
Undocumented in source.
display
void display(bool toShow, bool enhancedPositioningCheckWhenShowing)
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.
getClientRect
void getClientRect(core.sys.windows.windef.RECT rc)
Undocumented in source.
getWindowRect
void getWindowRect(core.sys.windows.windef.RECT rc)
Undocumented in source.
getWidth
int getWidth()
Undocumented in source.
getHeight
int getHeight()
Undocumented in source.
isVisible
bool isVisible()
Undocumented in source.
getHSelf
core.sys.windows.windef.HWND getHSelf()
Undocumented in source.
getHParent
core.sys.windows.windef.HWND getHParent()
Undocumented in source.
getFocus
void getFocus()
Undocumented in source.
getHinst
core.sys.windows.windef.HINSTANCE getHinst()
Undocumented in source.

Meta