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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dlistbox.cpp138 wxRadioBox *m_radioSelMode; member in class:ListboxWidgetsPage
220 m_radioSelMode = (wxRadioBox *)NULL;
255 m_radioSelMode = new wxRadioBox(this, wxID_ANY, _T("Selection &mode:"),
275 sizerLeft->Add(m_radioSelMode, 0, wxGROW | wxALL, 5);
345 m_radioSelMode->SetSelection(LboxSel_Single);
356 switch ( m_radioSelMode->GetSelection() )
493 event.Enable( (m_radioSelMode->GetSelection() != LboxSel_Single) ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/listbox/
H A Dlboxtest.cpp172 wxRadioBox *m_radioSelMode; member in class:LboxTestFrame
345 m_radioSelMode = (wxRadioBox *)NULL;
383 m_radioSelMode = new wxRadioBox(m_panel, wxID_ANY, _T("Selection &mode:"),
398 sizerLeft->Add(m_radioSelMode, 0, wxGROW | wxALL, 5);
513 if ( m_radioSelMode->GetSelection() == LboxSel_Single &&
522 m_radioSelMode->SetSelection(LboxSel_Single);
533 switch ( m_radioSelMode->GetSelection() )

Completed in 31 milliseconds