Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinience/RedisStudio
/ SetInternVisible
Method
SetInternVisible
DuiLib/Control/UIEdit.cpp:457–460 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
455
}
456
457
void CEditUI::SetInternVisible(bool bVisible)
458
{
459
if( !IsVisible() && m_pWindow != NULL ) m_pManager->SetFocus(NULL);
460
}
461
462
SIZE CEditUI::EstimateSize(SIZE szAvailable)
463
{
Callers
8
SetPos
Method · 0.45
SetScrollPos
Method · 0.45
DoFillData
Method · 0.45
Add
Method · 0.45
AddAt
Method · 0.45
OnFinalMessage
Method · 0.45
DoEvent
Method · 0.45
Activate
Method · 0.45
Calls
1
SetFocus
Method · 0.45
Tested by
no test coverage detected