MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / setGeometry

Method setGeometry

DSView/pv/winnativewidget.cpp:548–553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546}
547
548void WinNativeWidget::setGeometry(const int x, const int y, const int width, const int height)
549{
550 if (_hWnd != NULL){
551 MoveWindow(_hWnd, x, y, width, height, 1);
552 }
553}
554
555void WinNativeWidget::Show(bool bShow)
556{

Callers 6

AttachNativeWindowMethod · 0.80
SetFormRegionMethod · 0.80
update_marginsMethod · 0.80
showPopupMethod · 0.80
MeasureDockMethod · 0.80
popup_all_coursorsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected