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

Method SetSubControlFixedHeight

DuiLib/Core/UIContainer.cpp:822–833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

820 }
821
822 bool CContainerUI::SetSubControlFixedHeight( LPCTSTR pstrSubControlName,int cy )
823 {
824 CControlUI* pSubControl=NULL;
825 pSubControl=this->FindSubControl(pstrSubControlName);
826 if (pSubControl!=NULL)
827 {
828 pSubControl->SetFixedHeight(cy);
829 return TRUE;
830 }
831 else
832 return FALSE;
833 }
834
835 bool CContainerUI::SetSubControlFixedWdith( LPCTSTR pstrSubControlName,int cx )
836 {

Callers

nothing calls this directly

Calls 2

FindSubControlMethod · 0.95
SetFixedHeightMethod · 0.80

Tested by

no test coverage detected