Searched refs:fInboundNameView (Results 1 - 2 of 2) sorted by relevance

/haiku/src/preferences/mail/
H A DAutoConfigView.h97 BTextControl* fInboundNameView; member in class:ServerSettingsView
H A DAutoConfigView.cpp305 fInboundNameView = new BTextControl("inbound", B_TRANSLATE("Server Name:"),
307 grid->GridLayout()->AddItem(fInboundNameView->CreateLabelLayoutItem(),
309 grid->GridLayout()->AddItem(fInboundNameView->CreateTextViewLayoutItem(),
421 info.providerInfo.imap_server = fInboundNameView->Text();
430 info.providerInfo.pop_server = fInboundNameView->Text();

Completed in 41 milliseconds