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

Method GetSubControlFixedWdith

DuiLib/Core/UIContainer.cpp:881–889  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

879 }
880
881 int CContainerUI::GetSubControlFixedWdith( LPCTSTR pstrSubControlName )
882 {
883 CControlUI* pSubControl=NULL;
884 pSubControl=this->FindSubControl(pstrSubControlName);
885 if (pSubControl==NULL)
886 return -1;
887 else
888 return pSubControl->GetFixedWidth();
889 }
890
891 const CDuiString CContainerUI::GetSubControlUserData( LPCTSTR pstrSubControlName )
892 {

Callers

nothing calls this directly

Calls 2

FindSubControlMethod · 0.95
GetFixedWidthMethod · 0.80

Tested by

no test coverage detected