Searched refs:mGetFocusHdl (Results 1 – 2 of 2) sorted by relevance
680 if ((!!mGetFocusHdl || !!mLoseFocusHdl) && mxWindow.is ()) in ~ControlImpl()690 mGetFocusHdl = link; in SetGetFocusHdl()695 return mGetFocusHdl; in GetGetFocusHdl()700 if (!mGetFocusHdl || !link) in SetLoseFocusHdl()707 return mGetFocusHdl; in GetLoseFocusHdl()712 if (!link && (!!mGetFocusHdl || !!mLoseFocusHdl) in UpdateListening()713 && (!mGetFocusHdl || !mLoseFocusHdl)) in UpdateListening()715 else if (!!link && !mGetFocusHdl && !mLoseFocusHdl) in UpdateListening()728 mGetFocusHdl.Call (mpWindow); in focusGained()
68 Link mGetFocusHdl; member in layout::ControlImpl