Searched refs:LboxSel_Single (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.cpp122 LboxSel_Single, enumerator in enum:ListboxWidgetsPage::LboxSelection
345 m_radioSelMode->SetSelection(LboxSel_Single);
361 case LboxSel_Single: flags |= wxLB_SINGLE; break;
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.cpp153 LboxSel_Single, enumerator in enum:LboxTestFrame::LboxSelection
513 if ( m_radioSelMode->GetSelection() == LboxSel_Single &&
522 m_radioSelMode->SetSelection(LboxSel_Single);
538 case LboxSel_Single: flags |= wxLB_SINGLE; break;

Completed in 115 milliseconds