Searched refs:childLastFocused (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dcontainr.cpp614 bool wxSetFocusToChild(wxWindow *win, wxWindow **childLastFocused) argument
617 wxCHECK_MSG( childLastFocused, false,
620 if ( *childLastFocused )
623 if ( (*childLastFocused)->GetParent() == win )
627 (*childLastFocused)->GetHandle());
631 (*childLastFocused)->SetFocus();
637 *childLastFocused = (wxWindow *)NULL;
671 *childLastFocused = child;

Completed in 158 milliseconds