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

/haiku/src/preferences/filetypes/
H A DAttributeWindow.h45 BTextControl* fPublicNameControl; member in class:AttributeWindow
H A DAttributeWindow.cpp95 fPublicNameControl = new BTextControl(B_TRANSLATE("Attribute name:"),
97 fPublicNameControl->SetModificationMessage(
99 fPublicNameControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
233 .Add(fPublicNameControl->CreateLabelLayoutItem(), 0, 0)
234 .Add(fPublicNameControl->CreateTextViewLayoutItem(), 1, 0)
262 fPublicNameControl->MakeFocus(true);
334 && fPublicNameControl->Text() != NULL
335 && fPublicNameControl->Text()[0] != '\0';
385 fPublicNameControl->Text(), type, displayAs.String(), alignment,

Completed in 44 milliseconds