Home
last modified time | relevance | path

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

/dports/ftp/filezilla/filezilla-3.55.1/src/interface/settings/
H A Doptionspage_ftpproxy.h22 void OnLoginSequenceChanged(wxCommandEvent& event);
H A Doptionspage_ftpproxy.cpp98 impl_->sequence_->Bind(wxEVT_TEXT, &COptionsPageFtpProxy::OnLoginSequenceChanged, this); in CreateControls()
230 void COptionsPageFtpProxy::OnLoginSequenceChanged(wxCommandEvent&) in OnLoginSequenceChanged() function in COptionsPageFtpProxy