Home
last modified time | relevance | path

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

/dports/ftp/filezilla/filezilla-3.55.1/src/interface/settings/
H A Doptionspage_ftpproxy.cpp14 wxRadioButton* userhost_{}; member
51 impl_->userhost_ = new wxRadioButton(box, nullID, _("USER@&HOST")); in CreateControls()
52 inner->Add(impl_->userhost_); in CreateControls()
94 impl_->userhost_->Bind(wxEVT_RADIOBUTTON, &COptionsPageFtpProxy::OnProxyTypeChanged, this); in CreateControls()
114 impl_->userhost_->SetValue(true); in LoadPage()
140 if (impl_->userhost_->GetValue()) { in SavePage()
207 if (impl_->userhost_->GetValue()) { in SetCtrlState()