Searched refs:fWindowTitle (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/terminal/
H A DTermApp.h59 BString fWindowTitle; member in class:TermApp
H A DAppearPrefView.cpp94 fWindowTitle = new BTextControl("windowTitle", B_TRANSLATE("Window title:"),
96 fWindowTitle->SetModificationMessage(
98 fWindowTitle->SetToolTip(BString(B_TRANSLATE(
108 .Add(fWindowTitle->CreateLabelLayoutItem(), 0, 1)
109 .Add(fWindowTitle->CreateTextViewLayoutItem(), 1, 1)
124 fWindowTitle->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
139 fWindowTitle->SetText(pref->getString(PREF_WINDOW_TITLE));
161 fWindowTitle->SetTarget(this);
288 if (oldValue != fWindowTitle->Text()) {
290 fWindowTitle
[all...]
H A DAppearPrefView.h83 BTextControl* fWindowTitle; member in class:AppearancePrefView
H A DTermApp.cpp210 fWindowTitle = fArgs->Title();
262 fTermWindow = new TermWindow(fWindowTitle, fArgs);

Completed in 43 milliseconds