Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinience/RedisStudio
/ OnClick
Method
OnClick
RedisStudio/MessageBoxWhd.cpp:89–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
void MessageBoxWhd::OnClick( TNotifyUI& msg )
90
{
91
if (msg.pSender->GetName() == _T(
"btn_msg_ok"
))
92
{
93
Close();
94
}
95
if (msg.pSender->GetName() == _T(
"closebtn"
))
96
{
97
Close();
98
}
99
}
Callers
nothing calls this directly
Calls
1
GetName
Method · 0.45
Tested by
no test coverage detected