Searched refs:MyRadioBox (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.cpp282 class MyRadioBox : public wxRadioBox class in inherits:wxRadioBox
285 MyRadioBox(wxWindow *parent, function in class:MyRadioBox
303 wxLogMessage(_T("MyRadioBox::OnFocusGot"));
310 wxLogMessage(_T("MyRadioBox::OnFocusLost"));
583 BEGIN_EVENT_TABLE(MyRadioBox, wxRadioBox)
584 EVT_SET_FOCUS(MyRadioBox::OnFocusGot)
585 EVT_KILL_FOCUS(MyRadioBox::OnFocusLost)
820 wxRadioBox *radio2 = new MyRadioBox( panel, ID_RADIOBOX, _T("&That"), wxPoint(10,160), wxDefaultSize, WXSIZEOF(choices2), choices2, 1, wxRA_SPECIFY_ROWS );

Completed in 59 milliseconds