Home
last modified time | relevance | path

Searched refs:IDC_UDPENABLE (Results 1 – 8 of 8) sorted by relevance

/dports/net-p2p/amule/aMule-2.3.3/src/
H A DPrefsUnifiedDlg.cpp73 EVT_CHECKBOX(IDC_UDPENABLE, PrefsUnifiedDlg::OnCheckBoxChange) in BEGIN_EVENT_TABLE()
434 FindWindow( IDC_UDPENABLE )->Enable( !thePrefs::GetNetworkKademlia()); in TransferToWindow()
817 case IDC_UDPENABLE: in OnCheckBoxChange()
832 wxCheckBox * udpPort = (wxCheckBox *) FindWindow(IDC_UDPENABLE); in OnCheckBoxChange()
H A Dmuuli_wdr.h206 #define IDC_UDPENABLE 10134 macro
H A DPreferences.cpp1024 NewCfgItem(IDC_UDPENABLE, (new Cfg_Bool( wxT("/eMule/UDPEnable"), s_UDPEnable, true ))); in BuildItemList()
H A Dmuuli_wdr.cpp1623 …wxCheckBox *item20 = new wxCheckBox( parent, IDC_UDPENABLE, _("Extended UDP port (Kad / global sea… in PreferencesConnectionTab()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DPrefsUnifiedDlg.cpp73 EVT_CHECKBOX(IDC_UDPENABLE, PrefsUnifiedDlg::OnCheckBoxChange) in BEGIN_EVENT_TABLE()
434 FindWindow( IDC_UDPENABLE )->Enable( !thePrefs::GetNetworkKademlia()); in TransferToWindow()
812 case IDC_UDPENABLE: in OnCheckBoxChange()
827 wxCheckBox * udpPort = (wxCheckBox *) FindWindow(IDC_UDPENABLE); in OnCheckBoxChange()
H A Dmuuli_wdr.h205 #define IDC_UDPENABLE 10133
H A DPreferences.cpp1025 NewCfgItem(IDC_UDPENABLE, (new Cfg_Bool( wxT("/eMule/UDPEnable"), s_UDPEnable, true ))); in BuildItemList()
H A Dmuuli_wdr.cpp1619 …wxCheckBox *item20 = new wxCheckBox( parent, IDC_UDPENABLE, _("Extended UDP port (Kad / global sea…