Searched refs:GetNextSiblingWidget (Results 1 – 3 of 3) sorted by relevance
69 CFWL_Widget* CFWL_WidgetMgr::GetNextSiblingWidget(CFWL_Widget* pWidget) const { in GetNextSiblingWidget() function in CFWL_WidgetMgr296 child = pMgr->GetNextSiblingWidget(child); in NextTab()305 pChild = GetNextSiblingWidget(pChild); in CountRadioButtonGroup()349 child = child->GetOwnerApp()->GetWidgetMgr()->GetNextSiblingWidget(child); in GetDefaultButton()464 pNextChild = GetNextSiblingWidget(child); in DrawChild()501 child = GetNextSiblingWidget(child); in DrawChild()575 pChild->GetOwnerApp()->GetWidgetMgr()->GetNextSiblingWidget(pChild); in IsNeedRepaint()
38 CFWL_Widget* GetNextSiblingWidget(CFWL_Widget* pWidget) const;
128 child = widgetMgr->GetNextSiblingWidget(child); in NotifyHideChildWidget()145 child = widgetMgr->GetNextSiblingWidget(child); in SetStates()