Searched refs:TEST_BUTTON (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/widgets/
H A Dradiobox.cpp77 static const int TEST_BUTTON = 1; variable
469 m_radio->Enable(TEST_BUTTON, event.IsChecked());
474 m_radio->Show(TEST_BUTTON, event.IsChecked());
517 event.SetText(m_radio->IsItemEnabled(TEST_BUTTON) ? _T("Disable &2nd item")
523 event.SetText(m_radio->IsItemShown(TEST_BUTTON) ? _T("Hide 2nd &item")

Completed in 106 milliseconds