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

/haiku/src/preferences/mail/
H A DAutoConfigView.cpp44 fLoginNameView = new BTextControl("login", B_TRANSLATE("Login name:"),
70 .Add(fLoginNameView->CreateLabelLayoutItem(), 0, 2)
71 .Add(fLoginNameView->CreateTextViewLayoutItem(), 1, 2)
106 BString text = fLoginNameView->Text();
109 fLoginNameView->MakeFocus();
110 fLoginNameView->TextView()->SelectAll();
147 info.loginName = fLoginNameView->Text();
240 fLoginNameView->SetText(email);
244 fLoginNameView->SetText(localPart.String());
252 fLoginNameView
[all...]
H A DAutoConfigView.h72 BTextControl* fLoginNameView; member in class:AutoConfigView

Completed in 44 milliseconds