Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
578
void WinNativeWidget::ShowMax()
579
{
580
if (_hWnd){
581
SendMessage(_hWnd, WM_SYSCOMMAND, SC_MAXIMIZE, 0);
582
}
583
}
584
585
void WinNativeWidget::ShowMin()
586
{
Callers
2
showMaximized
Method · 0.80
AttachNativeWindow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected