Searched refs:IDC_MSGFILTER_WORD (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.cpp81 EVT_CHECKBOX(IDC_MSGFILTER_WORD, PrefsUnifiedDlg::OnCheckBoxChange)
451 FindWindow(IDC_MSGFILTER_WORD)->Enable(false);
456 FindWindow(IDC_MSGFILTER_WORD)->Enable(false);
460 FindWindow(IDC_MSGWORD)->Enable(CastChild(IDC_MSGFILTER_WORD, wxCheckBox)->IsChecked());
852 FindWindow(IDC_MSGFILTER_WORD)->Enable(value);
855 CastChild(IDC_MSGFILTER_WORD, wxCheckBox)->IsChecked());
865 FindWindow(IDC_MSGFILTER_WORD)->Enable(!value);
868 CastChild(IDC_MSGFILTER_WORD, wxCheckBox)->IsChecked());
874 case IDC_MSGFILTER_WORD:
H A Dmuuli_wdr.h398 #define IDC_MSGFILTER_WORD 10287 macro
H A DPreferences.cpp1189 NewCfgItem(IDC_MSGFILTER_WORD, (new Cfg_Bool( wxT("/eMule/FilterWordMessages"), s_FilterSomeMessages, false )));
H A Dmuuli_wdr.cpp2986 wxCheckBox *item7 = new wxCheckBox( parent, IDC_MSGFILTER_WORD, _("Filter messages containing (use ',' as separator):"), wxDefaultPosition, wxDefaultSize, 0 );

Completed in 124 milliseconds