Searched refs:NextTab (Results 1 – 3 of 3) sorted by relevance
51 CFWL_Widget* NextTab(CFWL_Widget* parent, CFWL_Widget* focus, bool& bFind);
300 CFWL_Widget* pNextTabStop = pWidgetMgr->NextTab(pForm, pFocus, bFind); in DoKey()303 pNextTabStop = pWidgetMgr->NextTab(pForm, nullptr, bFind); in DoKey()
283 CFWL_Widget* CFWL_WidgetMgr::NextTab(CFWL_Widget* parent, in NextTab() function in CFWL_WidgetMgr292 CFWL_Widget* bRet = NextTab(child, focus, bFind); in NextTab()