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

Method ShowMax

DSView/pv/winnativewidget.cpp:578–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

576}
577
578void WinNativeWidget::ShowMax()
579{
580 if (_hWnd){
581 SendMessage(_hWnd, WM_SYSCOMMAND, SC_MAXIMIZE, 0);
582 }
583}
584
585void WinNativeWidget::ShowMin()
586{

Callers 2

showMaximizedMethod · 0.80
AttachNativeWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected