Searched refs:mGetFocusHdl (Results 1 – 2 of 2) sorted by relevance
689 if ((!!mGetFocusHdl || !!mLoseFocusHdl) && mxWindow.is ()) in ~ControlImpl()699 mGetFocusHdl = link; in SetGetFocusHdl()704 return mGetFocusHdl; in GetGetFocusHdl()709 if (!mGetFocusHdl || !link) in SetLoseFocusHdl()716 return mGetFocusHdl; in GetLoseFocusHdl()721 if (!link && (!!mGetFocusHdl || !!mLoseFocusHdl) in UpdateListening()722 && (!mGetFocusHdl || !mLoseFocusHdl)) in UpdateListening()724 else if (!!link && !mGetFocusHdl && !mLoseFocusHdl) in UpdateListening()737 mGetFocusHdl.Call (mpWindow); in focusGained()
68 Link mGetFocusHdl; member in layout::ControlImpl
Completed in 34 milliseconds