Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinience/RedisStudio
/ SetFocus
Method
SetFocus
DuiLib/Control/UIScrollBar.cpp:57–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
void CScrollBarUI::SetFocus()
58
{
59
if( m_pOwner != NULL ) m_pOwner->SetFocus();
60
else CControlUI::SetFocus();
61
}
62
63
bool CScrollBarUI::IsHorizontal()
64
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected