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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/controls/
H A Dcontrols.cpp270 void OnFocusGot(wxFocusEvent& event) function in class:MyComboBox
272 wxLogMessage(_T("MyComboBox::OnFocusGot"));
301 void OnFocusGot(wxFocusEvent& event) function in class:MyRadioBox
303 wxLogMessage(_T("MyRadioBox::OnFocusGot"));
335 void OnFocusGot(wxFocusEvent& event) function in class:MyChoice
337 wxLogMessage(_T("MyChoice::OnFocusGot"));
580 EVT_SET_FOCUS(MyComboBox::OnFocusGot)
584 EVT_SET_FOCUS(MyRadioBox::OnFocusGot)
589 EVT_SET_FOCUS(MyChoice::OnFocusGot)

Completed in 39 milliseconds