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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPrefsUnifiedDlg.cpp80 EVT_CHECKBOX(IDC_MSGFILTER_ALL, PrefsUnifiedDlg::OnCheckBoxChange)
448 FindWindow(IDC_MSGFILTER_ALL)->Enable(false);
453 } else if (CastChild(IDC_MSGFILTER_ALL, wxCheckBox)->IsChecked()) {
849 FindWindow(IDC_MSGFILTER_ALL)->Enable(value);
861 case IDC_MSGFILTER_ALL:
H A Dmuuli_wdr.h395 #define IDC_MSGFILTER_ALL 10284 macro
H A DPreferences.cpp1186 NewCfgItem(IDC_MSGFILTER_ALL, (new Cfg_Bool( wxT("/eMule/FilterAllMessages"), s_FilterAllMessages, false )));
H A Dmuuli_wdr.cpp2977 wxCheckBox *item4 = new wxCheckBox( parent, IDC_MSGFILTER_ALL, _("Filter all messages"), wxDefaultPosition, wxDefaultSize, 0 );

Completed in 104 milliseconds