MCPcopy Create free account
hub / github.com/cinience/RedisStudio / GetSubControlFixedHeight

Method GetSubControlFixedHeight

DuiLib/Core/UIContainer.cpp:871–879  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

869 }
870
871 int CContainerUI::GetSubControlFixedHeight( LPCTSTR pstrSubControlName )
872 {
873 CControlUI* pSubControl=NULL;
874 pSubControl=this->FindSubControl(pstrSubControlName);
875 if (pSubControl==NULL)
876 return -1;
877 else
878 return pSubControl->GetFixedHeight();
879 }
880
881 int CContainerUI::GetSubControlFixedWdith( LPCTSTR pstrSubControlName )
882 {

Callers

nothing calls this directly

Calls 2

FindSubControlMethod · 0.95
GetFixedHeightMethod · 0.80

Tested by

no test coverage detected