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

Method ReShowWindow

DSView/pv/winnativewidget.cpp:144–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144void WinNativeWidget::ReShowWindow()
145{
146 if (IsMaxsized()){
147 ShowMax();
148 }
149 else{
150 ShowNormal();
151 }
152 Show(true);
153}
154
155LRESULT CALLBACK WinNativeWidget::WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
156{

Callers 1

Calls 1

ShowFunction · 0.85

Tested by

no test coverage detected