Home
last modified time | relevance | path

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

/haiku/src/preferences/mail/
H A DConfigViews.cpp60 fRealNameControl = new BTextControl(NULL, B_TRANSLATE("Real name:"), NULL, in AccountConfigView()
72 .Add(fRealNameControl->CreateLabelLayoutItem(), 0, 1) in AccountConfigView()
73 .Add(fRealNameControl->CreateTextViewLayoutItem(), 1, 1) in AccountConfigView()
84 fAccount->SetRealName(fRealNameControl->Text()); in DetachedFromWindow()
115 fRealNameControl->SetText(fAccount->RealName()); in UpdateViews()
H A DConfigViews.h43 BTextControl* fRealNameControl; variable