Searched refs:mGetFocusHdl (Results 1 – 2 of 2) sorted by relevance
683 if ((!!mGetFocusHdl || !!mLoseFocusHdl) && mxWindow.is ()) in ~ControlImpl()693 mGetFocusHdl = link; in SetGetFocusHdl()698 return mGetFocusHdl; in GetGetFocusHdl()703 if (!mGetFocusHdl || !link) in SetLoseFocusHdl()710 return mGetFocusHdl; in GetLoseFocusHdl()715 if (!link && (!!mGetFocusHdl || !!mLoseFocusHdl) in UpdateListening()716 && (!mGetFocusHdl || !mLoseFocusHdl)) in UpdateListening()718 else if (!!link && !mGetFocusHdl && !mLoseFocusHdl) in UpdateListening()731 mGetFocusHdl.Call (mpWindow); in focusGained()
68 Link mGetFocusHdl; member in layout::ControlImpl
Completed in 21 milliseconds