MCPcopy 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

SetPosMethod · 0.45
SetScrollPosMethod · 0.45
DoFillDataMethod · 0.45
AddMethod · 0.45
AddAtMethod · 0.45
OnFinalMessageMethod · 0.45
DoEventMethod · 0.45
ActivateMethod · 0.45

Calls 1

SetFocusMethod · 0.45

Tested by

no test coverage detected