Home
last modified time | relevance | path

Searched refs:OnProxyTypeChanged (Results 1 – 4 of 4) sorted by relevance

/dports/ftp/filezilla/filezilla-3.55.1/src/interface/settings/
H A Doptionspage_proxy.cpp78 impl_->none_->Bind(wxEVT_RADIOBUTTON, &COptionsPageProxy::OnProxyTypeChanged, this); in CreateControls()
79 impl_->http_->Bind(wxEVT_RADIOBUTTON, &COptionsPageProxy::OnProxyTypeChanged, this); in CreateControls()
80 impl_->socks4_->Bind(wxEVT_RADIOBUTTON, &COptionsPageProxy::OnProxyTypeChanged, this); in CreateControls()
81 impl_->socks5_->Bind(wxEVT_RADIOBUTTON, &COptionsPageProxy::OnProxyTypeChanged, this); in CreateControls()
174 void COptionsPageProxy::OnProxyTypeChanged(wxCommandEvent&) in OnProxyTypeChanged() function in COptionsPageProxy
H A Doptionspage_ftpproxy.cpp93 impl_->none_->Bind(wxEVT_RADIOBUTTON, &COptionsPageFtpProxy::OnProxyTypeChanged, this); in CreateControls()
94 impl_->userhost_->Bind(wxEVT_RADIOBUTTON, &COptionsPageFtpProxy::OnProxyTypeChanged, this); in CreateControls()
95 impl_->site_->Bind(wxEVT_RADIOBUTTON, &COptionsPageFtpProxy::OnProxyTypeChanged, this); in CreateControls()
96 impl_->open_->Bind(wxEVT_RADIOBUTTON, &COptionsPageFtpProxy::OnProxyTypeChanged, this); in CreateControls()
97 impl_->custom_->Bind(wxEVT_RADIOBUTTON, &COptionsPageFtpProxy::OnProxyTypeChanged, this); in CreateControls()
225 void COptionsPageFtpProxy::OnProxyTypeChanged(wxCommandEvent&) in OnProxyTypeChanged() function in COptionsPageFtpProxy
H A Doptionspage_proxy.h21 void OnProxyTypeChanged(wxCommandEvent& event);
H A Doptionspage_ftpproxy.h21 void OnProxyTypeChanged(wxCommandEvent& event);